Patrick Georgi wrote:
- move EHCI_BAR and EHCI_DEBUG_OFFSET to Kconfig to be set by USB
debug port enabled southbridges
Only comment is that I really like the
if SOUTH
config FOO default xy
endif
pattern in Kconfig files, so that the SOUTH isn't needed in each place.
//Peter