From 867f900b43f8d571962b4a47035a0af9ebf84461 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Tue, 19 May 2015 14:27:19 -0700 Subject: ARM: Kconfig.debug: OC_ETM and CORESIGHT are mutually exclusive The android tree still has the legacy ETM driver, but it cannot coexist with the new Coresight driver, so make sure they are mutually exclusive at compile time. Signed-off-by: Kevin Hilman --- arch/arm/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 96651f74d6f6..21c031fe76d8 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -1299,7 +1299,7 @@ config EARLY_PRINTK config OC_ETM bool "On-chip ETM and ETB" - depends on ARM_AMBA + depends on ARM_AMBA && !CORESIGHT help Enables the on-chip embedded trace macrocell and embedded trace buffer driver that will allow you to collect traces of the -- cgit v1.2.3