aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/Kconfig
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-10-09 12:56:41 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 15:18:03 -0800
commitf53a2ade0bb9f2a81f473e6469155172a96b7c38 (patch)
tree860c15fa2bcedb8ecb646bd64144770a8e2618ff /drivers/char/Kconfig
parent1cceefd3a28e54c0777fe544e1fd32253b2a1de5 (diff)
downloadkernel_samsung_smdk4412-f53a2ade0bb9f2a81f473e6469155172a96b7c38.zip
kernel_samsung_smdk4412-f53a2ade0bb9f2a81f473e6469155172a96b7c38.tar.gz
kernel_samsung_smdk4412-f53a2ade0bb9f2a81f473e6469155172a96b7c38.tar.bz2
tty: esp: remove broken driver
The ESP driver has been marked broken for years. It's an old ISA device that clearly nobody cares about any more. Remove it Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r--drivers/char/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index 6aad99e..6f31c94 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -201,19 +201,6 @@ config DIGIEPCA
To compile this driver as a module, choose M here: the
module will be called epca.
-config ESPSERIAL
- tristate "Hayes ESP serial port support"
- depends on SERIAL_NONSTANDARD && ISA && ISA_DMA_API && BROKEN
- help
- This is a driver which supports Hayes ESP serial ports. Both single
- port cards and multiport cards are supported. Make sure to read
- <file:Documentation/hayes-esp.txt>.
-
- To compile this driver as a module, choose M here: the
- module will be called esp.
-
- If unsure, say N.
-
config MOXA_INTELLIO
tristate "Moxa Intellio support"
depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI)