diff options
author | Tony Lindgren <tony@atomide.com> | 2010-02-15 11:49:14 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-15 11:49:14 -0500 |
commit | 61b603b4ee0c70708539e2fa5c3d47f17b7c7849 (patch) | |
tree | e46140d3c6184ec5374c837e289d50437023975f /arch/arm | |
parent | 0c8219f0302d0d27fda52c790d38406801e547ec (diff) |
omap: Remove old DEBUG_LL serial port options
These are no longer needed. Note that zoom boards
should now set their own function in uncompress.h
and debug-macro.S for the external UART.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index e2ea04a4c8a1..484d6a91524f 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -141,25 +141,6 @@ config OMAP_DM_TIMER | |||
141 | help | 141 | help |
142 | Select this option if you want to use OMAP Dual-Mode timers. | 142 | Select this option if you want to use OMAP Dual-Mode timers. |
143 | 143 | ||
144 | choice | ||
145 | prompt "Low-level debug console UART" | ||
146 | depends on ARCH_OMAP | ||
147 | default OMAP_LL_DEBUG_NONE | ||
148 | |||
149 | config OMAP_LL_DEBUG_UART1 | ||
150 | bool "UART1" | ||
151 | |||
152 | config OMAP_LL_DEBUG_UART2 | ||
153 | bool "UART2" | ||
154 | |||
155 | config OMAP_LL_DEBUG_UART3 | ||
156 | bool "UART3" | ||
157 | |||
158 | config OMAP_LL_DEBUG_NONE | ||
159 | bool "None" | ||
160 | |||
161 | endchoice | ||
162 | |||
163 | config OMAP_SERIAL_WAKE | 144 | config OMAP_SERIAL_WAKE |
164 | bool "Enable wake-up events for serial ports" | 145 | bool "Enable wake-up events for serial ports" |
165 | depends on ARCH_OMAP1 && OMAP_MUX | 146 | depends on ARCH_OMAP1 && OMAP_MUX |