diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2007-05-08 03:36:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:24 -0400 |
commit | cff9494fadb09e851b66096e3fd6fc08721bd683 (patch) | |
tree | 71f41e944163d7e1bab7aa9fc80ef922c227ab12 /drivers/char/Kconfig | |
parent | 6747cd93f3ed6e60b4e851b5985d038ac0b88742 (diff) |
Char: cyclades, depends on PCI or ISA
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index eeb5d9693aba..1e32fb834eb8 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -127,7 +127,7 @@ config ROCKETPORT | |||
127 | 127 | ||
128 | config CYCLADES | 128 | config CYCLADES |
129 | tristate "Cyclades async mux support" | 129 | tristate "Cyclades async mux support" |
130 | depends on SERIAL_NONSTANDARD | 130 | depends on SERIAL_NONSTANDARD && (PCI || ISA) |
131 | ---help--- | 131 | ---help--- |
132 | This driver supports Cyclades Z and Y multiserial boards. | 132 | This driver supports Cyclades Z and Y multiserial boards. |
133 | You would need something like this to connect more than two modems to | 133 | You would need something like this to connect more than two modems to |