diff options
Diffstat (limited to 'arch/arm/Kconfig.debug')
| -rw-r--r-- | arch/arm/Kconfig.debug | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 1a6f70e52921..91344af75f39 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
| @@ -71,6 +71,14 @@ config DEBUG_LL | |||
| 71 | in the kernel. This is helpful if you are debugging code that | 71 | in the kernel. This is helpful if you are debugging code that |
| 72 | executes before the console is initialized. | 72 | executes before the console is initialized. |
| 73 | 73 | ||
| 74 | config EARLY_PRINTK | ||
| 75 | bool "Early printk" | ||
| 76 | depends on DEBUG_LL | ||
| 77 | help | ||
| 78 | Say Y here if you want to have an early console using the | ||
| 79 | kernel low-level debugging functions. Add earlyprintk to your | ||
| 80 | kernel parameters to enable this console. | ||
| 81 | |||
| 74 | config DEBUG_ICEDCC | 82 | config DEBUG_ICEDCC |
| 75 | bool "Kernel low-level debugging via EmbeddedICE DCC channel" | 83 | bool "Kernel low-level debugging via EmbeddedICE DCC channel" |
| 76 | depends on DEBUG_LL | 84 | depends on DEBUG_LL |
| @@ -83,6 +91,14 @@ config DEBUG_ICEDCC | |||
| 83 | 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 |
| 84 | totally freeze when there is nothing connected to read. | 92 | totally freeze when there is nothing connected to read. |
| 85 | 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 | |||
| 86 | config DEBUG_DC21285_PORT | 102 | config DEBUG_DC21285_PORT |
| 87 | bool "Kernel low-level debugging messages via footbridge serial port" | 103 | bool "Kernel low-level debugging messages via footbridge serial port" |
| 88 | depends on DEBUG_LL && FOOTBRIDGE | 104 | depends on DEBUG_LL && FOOTBRIDGE |
| @@ -101,7 +117,7 @@ config DEBUG_CLPS711X_UART2 | |||
| 101 | cause the debug messages to appear on the first serial port. | 117 | cause the debug messages to appear on the first serial port. |
| 102 | 118 | ||
| 103 | config DEBUG_S3C_UART | 119 | config DEBUG_S3C_UART |
| 104 | depends on PLAT_S3C | 120 | depends on PLAT_SAMSUNG |
| 105 | int "S3C UART to use for low-level debug" | 121 | int "S3C UART to use for low-level debug" |
| 106 | default "0" | 122 | default "0" |
| 107 | help | 123 | help |
