diff options
| author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-17 03:49:35 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 14:01:07 -0400 |
| commit | 27d41718157626e4509026c7dac247a659c0e71f (patch) | |
| tree | 0d5f33ec8660495f2a32e573f0fa1767f292aef5 /drivers/char/Kconfig | |
| parent | 547c178b7237f586cbaac0246a112c502de32d64 (diff) | |
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>
Diffstat (limited to 'drivers/char/Kconfig')
| -rw-r--r-- | drivers/char/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 01332786bc..d8d7125529 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
| @@ -114,7 +114,7 @@ config COMPUTONE | |||
| 114 | 114 | ||
| 115 | config ROCKETPORT | 115 | config ROCKETPORT |
| 116 | tristate "Comtrol RocketPort support" | 116 | tristate "Comtrol RocketPort support" |
| 117 | depends on SERIAL_NONSTANDARD | 117 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) |
| 118 | help | 118 | help |
| 119 | This driver supports Comtrol RocketPort and RocketModem PCI boards. | 119 | This driver supports Comtrol RocketPort and RocketModem PCI boards. |
| 120 | These boards provide 2, 4, 8, 16, or 32 high-speed serial ports or | 120 | These boards provide 2, 4, 8, 16, or 32 high-speed serial ports or |
| @@ -157,7 +157,7 @@ config CYZ_INTR | |||
| 157 | 157 | ||
| 158 | config DIGIEPCA | 158 | config DIGIEPCA |
| 159 | tristate "Digiboard Intelligent Async Support" | 159 | tristate "Digiboard Intelligent Async Support" |
| 160 | depends on SERIAL_NONSTANDARD | 160 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) |
| 161 | ---help--- | 161 | ---help--- |
| 162 | This is a driver for Digi International's Xx, Xeve, and Xem series | 162 | This is a driver for Digi International's Xx, Xeve, and Xem series |
| 163 | of cards which provide multiple serial ports. You would need | 163 | of cards which provide multiple serial ports. You would need |
| @@ -352,7 +352,7 @@ config STALDRV | |||
| 352 | 352 | ||
| 353 | config STALLION | 353 | config STALLION |
| 354 | tristate "Stallion EasyIO or EC8/32 support" | 354 | tristate "Stallion EasyIO or EC8/32 support" |
| 355 | depends on STALDRV && BROKEN_ON_SMP | 355 | depends on STALDRV && BROKEN_ON_SMP && (ISA || EISA || PCI) |
| 356 | help | 356 | help |
| 357 | If you have an EasyIO or EasyConnection 8/32 multiport Stallion | 357 | If you have an EasyIO or EasyConnection 8/32 multiport Stallion |
| 358 | card, then this is for you; say Y. Make sure to read | 358 | card, then this is for you; say Y. Make sure to read |
| @@ -363,7 +363,7 @@ config STALLION | |||
| 363 | 363 | ||
| 364 | config ISTALLION | 364 | config ISTALLION |
| 365 | tristate "Stallion EC8/64, ONboard, Brumby support" | 365 | tristate "Stallion EC8/64, ONboard, Brumby support" |
| 366 | depends on STALDRV && BROKEN_ON_SMP | 366 | depends on STALDRV && BROKEN_ON_SMP && (ISA || EISA || PCI) |
| 367 | help | 367 | help |
| 368 | If you have an EasyConnection 8/64, ONboard, Brumby or Stallion | 368 | If you have an EasyConnection 8/64, ONboard, Brumby or Stallion |
| 369 | serial multiport card, say Y here. Make sure to read | 369 | serial multiport card, say Y here. Make sure to read |
