aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2007-07-19 19:24:22 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-20 11:24:49 -0400
commit8a0236743ecd591f16a749f5c06670c6ae9661be (patch)
tree26e0d790942c025b58f3791eb9bf6a745b33862c
parent9a79b2274186fade17134929d4f85b70d59a3840 (diff)
more isa/eisa/pci-only drivers marked as such
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--drivers/char/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index 9e8f21410d2d..4373d7cdc5d2 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -185,7 +185,7 @@ config ESPSERIAL
185 185
186config MOXA_INTELLIO 186config MOXA_INTELLIO
187 tristate "Moxa Intellio support" 187 tristate "Moxa Intellio support"
188 depends on SERIAL_NONSTANDARD 188 depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI)
189 help 189 help
190 Say Y here if you have a Moxa Intellio multiport serial card. 190 Say Y here if you have a Moxa Intellio multiport serial card.
191 191
@@ -241,7 +241,7 @@ config SYNCLINK
241 241
242config SYNCLINKMP 242config SYNCLINKMP
243 tristate "SyncLink Multiport support" 243 tristate "SyncLink Multiport support"
244 depends on SERIAL_NONSTANDARD 244 depends on SERIAL_NONSTANDARD && PCI
245 help 245 help
246 Enable support for the SyncLink Multiport (2 or 4 ports) 246 Enable support for the SyncLink Multiport (2 or 4 ports)
247 serial adapter, running asynchronous and HDLC communications up 247 serial adapter, running asynchronous and HDLC communications up