]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: debug-ll: fix UART configuration with ARCH_KEYSTONE
authorArnd Bergmann <arnd@arndb.de>
Thu, 3 Dec 2015 13:41:11 +0000 (14:41 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 15 Dec 2015 22:41:49 +0000 (23:41 +0100)
commitcdd2e08b21e537ecb46a88cd3849f04770d4632b
tree4b29f51549a1878c7261bb735e3cb3510e55f2c3
parent31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8
ARM: debug-ll: fix UART configuration with ARCH_KEYSTONE

We may have multiple platforms enabled and also DEBUG_LL
configured for one of them. However if we enable ARCH_KEYSTONE,
we default to using 32-bit UART access independent of which
platform we are actually using, which can be confusing.

This changes the logic so the 32-bit default gets only
used by default if we actually configure the keystone
UART, as opposed to picking some other 8250 setting on
a kernel that has keystone support enabled.

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