diff options
author | Alan Cox <alan@redhat.com> | 2008-07-22 11:17:16 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-22 13:03:27 -0700 |
commit | d2fbd0f2f9f5a34831a0b8fe6b16c6e1afba1200 (patch) | |
tree | 2f2af1a3774636c2abae1a7795fa6152b37ab33d /drivers/char/Kconfig | |
parent | a72492bd8a8d4326fd78b2142bf7cae779d5d4c2 (diff) | |
download | talos-op-linux-d2fbd0f2f9f5a34831a0b8fe6b16c6e1afba1200.tar.gz talos-op-linux-d2fbd0f2f9f5a34831a0b8fe6b16c6e1afba1200.zip |
specialix: Code cleanups
Go through the inlines and other oddments that are iffy. Remove various bits
of dead code and bogus debug. Turn the crtsdts compile time option into a
runtime switch.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 650e6b44ce65..e0bbbfb6a36b 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -300,16 +300,6 @@ config SPECIALIX and compile this driver as kernel loadable module which will be called specialix. -config SPECIALIX_RTSCTS - bool "Specialix DTR/RTS pin is RTS" - depends on SPECIALIX - help - The Specialix IO8+ card can only support either RTS or DTR. If you - say N here, the driver will use the pin as "DTR" when the tty is in - software handshake mode. If you say Y here or hardware handshake is - on, it will always be RTS. Read the file - <file:Documentation/specialix.txt> for more information. - config SX tristate "Specialix SX (and SI) card support" depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) |