• Arnd Bergmann's avatar
    ARM: debug-ll: fix UART configuration with ARCH_KEYSTONE · cdd2e08b
    Arnd Bergmann authored
    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>
    cdd2e08b
Kconfig.debug 54.3 KB