Skip to content
Commit cdd2e08b authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parent 31ade3b8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment