diff options
author | Alan Cox <alan@linux.intel.com> | 2009-10-09 07:56:41 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-11 18:18:03 -0500 |
commit | f53a2ade0bb9f2a81f473e6469155172a96b7c38 (patch) | |
tree | 860c15fa2bcedb8ecb646bd64144770a8e2618ff /drivers/char/Kconfig | |
parent | 1cceefd3a28e54c0777fe544e1fd32253b2a1de5 (diff) |
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/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 6aad99ec4e0f..6f31c9472100 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -201,19 +201,6 @@ config DIGIEPCA | |||
201 | To compile this driver as a module, choose M here: the | 201 | To compile this driver as a module, choose M here: the |
202 | module will be called epca. | 202 | module will be called epca. |
203 | 203 | ||
204 | config ESPSERIAL | ||
205 | tristate "Hayes ESP serial port support" | ||
206 | depends on SERIAL_NONSTANDARD && ISA && ISA_DMA_API && BROKEN | ||
207 | help | ||
208 | This is a driver which supports Hayes ESP serial ports. Both single | ||
209 | port cards and multiport cards are supported. Make sure to read | ||
210 | <file:Documentation/hayes-esp.txt>. | ||
211 | |||
212 | To compile this driver as a module, choose M here: the | ||
213 | module will be called esp. | ||
214 | |||
215 | If unsure, say N. | ||
216 | |||
217 | config MOXA_INTELLIO | 204 | config MOXA_INTELLIO |
218 | tristate "Moxa Intellio support" | 205 | tristate "Moxa Intellio support" |
219 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) | 206 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) |