diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-12-13 11:35:09 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-12-13 11:35:09 -0500 |
commit | bc7ecbcbc2c0ff235382077b55de7896775afc16 (patch) | |
tree | 9918b2f3fdeebd9c99a308af94d86bc13c80d0c8 /arch/arm/Kconfig.debug | |
parent | c52854018ad123c9ef83867462457b75bb56d452 (diff) | |
parent | 285eae0a4ba0f467341476fd4c6981e5cdafc6be (diff) |
Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel
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 |