]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: debug-ll: rework ep93xx handling
authorArnd Bergmann <arnd@arndb.de>
Thu, 3 Dec 2015 15:19:22 +0000 (16:19 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 15 Dec 2015 22:41:53 +0000 (23:41 +0100)
commit2b68a7c5d4eb807420d0921efb71533699336f4e
treef5b6754e679c3286d10da1bac608bfd6787f7f34
parent1f38a2bab3733ac0a394f82961f5ebda1c3e528c
ARM: debug-ll: rework ep93xx handling

This makes ep93xx debug-ll handling more consistent with the other
platforms, by adding a separate Kconfig symbol for it that
in turn selects the standard DEBUG_UART_PL01X symbol.

We still have to pick a physical address even if DEBUG_LL is disabled
here, because the EP93xx uncompress output code uses
CONFIG_DEBUG_UART_PHYS. If we ever move to multiplatform support,
this can go away.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig.debug