diff options
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index feb7b11ed5b8..5cb9326df7a7 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -91,6 +91,14 @@ config DEBUG_ICEDCC | |||
91 | It does include a timeout to ensure that the system does not | 91 | It does include a timeout to ensure that the system does not |
92 | totally freeze when there is nothing connected to read. | 92 | totally freeze when there is nothing connected to read. |
93 | 93 | ||
94 | config OC_ETM | ||
95 | bool "On-chip ETM and ETB" | ||
96 | select ARM_AMBA | ||
97 | help | ||
98 | Enables the on-chip embedded trace macrocell and embedded trace | ||
99 | buffer driver that will allow you to collect traces of the | ||
100 | kernel code. | ||
101 | |||
94 | config DEBUG_DC21285_PORT | 102 | config DEBUG_DC21285_PORT |
95 | bool "Kernel low-level debugging messages via footbridge serial port" | 103 | bool "Kernel low-level debugging messages via footbridge serial port" |
96 | depends on DEBUG_LL && FOOTBRIDGE | 104 | depends on DEBUG_LL && FOOTBRIDGE |