Browse Source

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>
Al Viro 18 years ago
parent
commit
8a0236743e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/char/Kconfig

+ 2 - 2
drivers/char/Kconfig

@@ -185,7 +185,7 @@ config ESPSERIAL
 
 
 config MOXA_INTELLIO
 config MOXA_INTELLIO
 	tristate "Moxa Intellio support"
 	tristate "Moxa Intellio support"
-	depends on SERIAL_NONSTANDARD
+	depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI)
 	help
 	help
 	  Say Y here if you have a Moxa Intellio multiport serial card.
 	  Say Y here if you have a Moxa Intellio multiport serial card.
 
 
@@ -241,7 +241,7 @@ config SYNCLINK
 
 
 config SYNCLINKMP
 config SYNCLINKMP
 	tristate "SyncLink Multiport support"
 	tristate "SyncLink Multiport support"
-	depends on SERIAL_NONSTANDARD
+	depends on SERIAL_NONSTANDARD && PCI
 	help
 	help
 	  Enable support for the SyncLink Multiport (2 or 4 ports)
 	  Enable support for the SyncLink Multiport (2 or 4 ports)
 	  serial adapter, running asynchronous and HDLC communications up
 	  serial adapter, running asynchronous and HDLC communications up