ARM: OC_ETM should not select ARM_AMBA
authorArnd Bergmann <arnd@arndb.de>
Wed, 7 Sep 2011 08:02:35 +0000 (10:02 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 1 Oct 2011 19:11:29 +0000 (21:11 +0200)
commit53eebb0df85e4005006920ae12150e8d6d31b132
treedda550d7f7a3602ae107c8b20705d4496241bc6b
parentb214bea525c5b62f6f8984557022e4593c441205
ARM: OC_ETM should not select ARM_AMBA

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: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig.debug