]> git.karo-electronics.de Git - linux-beck.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)
commitf06455fab68cdba4c8d790c25d0f30745d636723
treef5b6754e679c3286d10da1bac608bfd6787f7f34
parentc047f529e887b407eee0f9fe88dc368378c1624f
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