• A
    ARM: OC_ETM should not select ARM_AMBA · 53eebb0d
    Arnd Bergmann 提交于
    The CONFIG_ARM_AMBA symbol is selected by the platforms that support
    AMBA, and the other platforms (e.g. orion) might not be able to
    build that code at all when they do not support the clk API.
    
    Instead, make sure that OC_ETM is only built on platforms that
    do support the amba subsystem already.
    Signed-off-by: NArnd Bergmann <arnd@arndb.de>
    53eebb0d
Kconfig.debug 4.5 KB