ARM: debug-ll: rework footbridge handling
authorArnd Bergmann <arnd@arndb.de>
Thu, 3 Dec 2015 17:27:53 +0000 (18:27 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 15 Dec 2015 22:43:29 +0000 (23:43 +0100)
commit0045c0dd2f643b74f7089253d6ffa1bbb72d3d87
treec3aa890a378a2eff31c519295e1f3f7b9f662f30
parent59bd4c3827f42c19e530326761e7094eaa28aac3
ARM: debug-ll: rework footbridge handling

Footbridge has two debug ports that are handled a bit differently:

The 8250 port uses the normal debug/8250.S implementation that is shared
with a lot of other platforms, but it relies on the DEBUG_UART_8250
option to be turned on automatically instead of being selected by
DEBUG_FOOTBRIDGE_COM1 as we do for most other platforms. I'm changing
this to use a 'select' and change the dependency to the debug symbol
rather than the platform symbol for consistency.

The DC21285 UART has a separate top-level option, and relies on
the traditional include/mach/debug-macro.S method. With the s3c64xx
multiplatform series queued up for 4.5, it is now the last one that does
this, so by moving this file to include/debug/dc21285.S, we can get
all platforms to do things the same way.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig.debug
arch/arm/include/debug/dc21285.S [moved from arch/arm/mach-footbridge/include/mach/debug-macro.S with 100% similarity]