Skip to content

Commit

Permalink
ARM: OC_ETM should not select ARM_AMBA
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann committed Oct 1, 2011
1 parent b214bea commit 53eebb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ config DEBUG_ICEDCC

config OC_ETM
bool "On-chip ETM and ETB"
select ARM_AMBA
depends on ARM_AMBA
help
Enables the on-chip embedded trace macrocell and embedded trace
buffer driver that will allow you to collect traces of the
Expand Down

0 comments on commit 53eebb0

Please sign in to comment.