diff options
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 64b3f52bd9b2..f348ddfb0492 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -165,7 +165,7 @@ config OMAP_DM_TIMER | |||
165 | choice | 165 | choice |
166 | prompt "Low-level debug console UART" | 166 | prompt "Low-level debug console UART" |
167 | depends on ARCH_OMAP | 167 | depends on ARCH_OMAP |
168 | default OMAP_LL_DEBUG_UART1 | 168 | default OMAP_LL_DEBUG_NONE |
169 | 169 | ||
170 | config OMAP_LL_DEBUG_UART1 | 170 | config OMAP_LL_DEBUG_UART1 |
171 | bool "UART1" | 171 | bool "UART1" |
@@ -176,6 +176,9 @@ config OMAP_LL_DEBUG_UART2 | |||
176 | config OMAP_LL_DEBUG_UART3 | 176 | config OMAP_LL_DEBUG_UART3 |
177 | bool "UART3" | 177 | bool "UART3" |
178 | 178 | ||
179 | config OMAP_LL_DEBUG_NONE | ||
180 | bool "None" | ||
181 | |||
179 | endchoice | 182 | endchoice |
180 | 183 | ||
181 | config OMAP_SERIAL_WAKE | 184 | config OMAP_SERIAL_WAKE |