diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-08-24 18:25:49 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-08-24 18:25:49 -0400 |
commit | 9a234349de01de3437784c0ef03d95353f055fae (patch) | |
tree | 2a0be0a9144d49f7d03d173e3e8fca2f3e1e8a50 /drivers/tty/serial/Kconfig | |
parent | 0b37004dd0113db3b23840b4fd8835dae2395acc (diff) |
Revert "tty: serial8250: add helpers for the DesignWare 8250"
This reverts commit 6b1a98d1c4851235d9b6764b3f7b7db7909fc760.
It causes a build error that needs to be resolved differently.
Cc: Alan Cox <alan@linux.intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index d2d1cc2329b7..a9b307f582e1 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -267,13 +267,6 @@ config SERIAL_8250_RM9K | |||
267 | port hardware found on MIPS RM9122 and similar processors. | 267 | port hardware found on MIPS RM9122 and similar processors. |
268 | If unsure, say N. | 268 | If unsure, say N. |
269 | 269 | ||
270 | config SERIAL_8250_DW | ||
271 | bool "Support for Synopsys DesignWare 8250 quirks" | ||
272 | depends on SERIAL_8250 | ||
273 | help | ||
274 | Selecting this option will enable handling of the extra features | ||
275 | present in the Synopsys DesignWare APB UART. | ||
276 | |||
277 | comment "Non-8250 serial port support" | 270 | comment "Non-8250 serial port support" |
278 | 271 | ||
279 | config SERIAL_AMBA_PL010 | 272 | config SERIAL_AMBA_PL010 |