• A
    ARM: debug-ll: rework ep93xx handling · f06455fa
    Arnd Bergmann 提交于
    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: NArnd Bergmann <arnd@arndb.de>
    f06455fa
Kconfig.debug 55.0 KB