mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
mark a bunch of ISA|EISA|PCI drivers as such
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
547c178b72
commit
27d4171815
2 changed files with 5 additions and 4 deletions
|
@ -114,7 +114,7 @@ config COMPUTONE
|
||||||
|
|
||||||
config ROCKETPORT
|
config ROCKETPORT
|
||||||
tristate "Comtrol RocketPort support"
|
tristate "Comtrol RocketPort support"
|
||||||
depends on SERIAL_NONSTANDARD
|
depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI)
|
||||||
help
|
help
|
||||||
This driver supports Comtrol RocketPort and RocketModem PCI boards.
|
This driver supports Comtrol RocketPort and RocketModem PCI boards.
|
||||||
These boards provide 2, 4, 8, 16, or 32 high-speed serial ports or
|
These boards provide 2, 4, 8, 16, or 32 high-speed serial ports or
|
||||||
|
@ -157,7 +157,7 @@ config CYZ_INTR
|
||||||
|
|
||||||
config DIGIEPCA
|
config DIGIEPCA
|
||||||
tristate "Digiboard Intelligent Async Support"
|
tristate "Digiboard Intelligent Async Support"
|
||||||
depends on SERIAL_NONSTANDARD
|
depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI)
|
||||||
---help---
|
---help---
|
||||||
This is a driver for Digi International's Xx, Xeve, and Xem series
|
This is a driver for Digi International's Xx, Xeve, and Xem series
|
||||||
of cards which provide multiple serial ports. You would need
|
of cards which provide multiple serial ports. You would need
|
||||||
|
@ -352,7 +352,7 @@ config STALDRV
|
||||||
|
|
||||||
config STALLION
|
config STALLION
|
||||||
tristate "Stallion EasyIO or EC8/32 support"
|
tristate "Stallion EasyIO or EC8/32 support"
|
||||||
depends on STALDRV && BROKEN_ON_SMP
|
depends on STALDRV && BROKEN_ON_SMP && (ISA || EISA || PCI)
|
||||||
help
|
help
|
||||||
If you have an EasyIO or EasyConnection 8/32 multiport Stallion
|
If you have an EasyIO or EasyConnection 8/32 multiport Stallion
|
||||||
card, then this is for you; say Y. Make sure to read
|
card, then this is for you; say Y. Make sure to read
|
||||||
|
@ -363,7 +363,7 @@ config STALLION
|
||||||
|
|
||||||
config ISTALLION
|
config ISTALLION
|
||||||
tristate "Stallion EC8/64, ONboard, Brumby support"
|
tristate "Stallion EC8/64, ONboard, Brumby support"
|
||||||
depends on STALDRV && BROKEN_ON_SMP
|
depends on STALDRV && BROKEN_ON_SMP && (ISA || EISA || PCI)
|
||||||
help
|
help
|
||||||
If you have an EasyConnection 8/64, ONboard, Brumby or Stallion
|
If you have an EasyConnection 8/64, ONboard, Brumby or Stallion
|
||||||
serial multiport card, say Y here. Make sure to read
|
serial multiport card, say Y here. Make sure to read
|
||||||
|
|
|
@ -19,6 +19,7 @@ if PHONE
|
||||||
|
|
||||||
config PHONE_IXJ
|
config PHONE_IXJ
|
||||||
tristate "QuickNet Internet LineJack/PhoneJack support"
|
tristate "QuickNet Internet LineJack/PhoneJack support"
|
||||||
|
depends ISA || PCI
|
||||||
---help---
|
---help---
|
||||||
Say M if you have a telephony card manufactured by Quicknet
|
Say M if you have a telephony card manufactured by Quicknet
|
||||||
Technologies, Inc. These include the Internet PhoneJACK and
|
Technologies, Inc. These include the Internet PhoneJACK and
|
||||||
|
|
Loading…
Reference in a new issue