diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-12-13 03:34:58 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-13 12:05:52 -0500 |
commit | 3b4709a6cd0578d129d032a5dec9dc2684b71b3a (patch) | |
tree | 8ee10cf0606b8222e37b899ee0f62e6fb04ad38e /drivers/char/Kconfig | |
parent | 34f8f0a5e953d3e40c4419e5e5c4b6fd14f7ebf2 (diff) |
[PATCH] CONFIG_COMPUTONE should depend on ISA|EISA|PCI
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.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 087619986688..9e43e39dc35c 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -97,7 +97,7 @@ config SERIAL_NONSTANDARD | |||
97 | 97 | ||
98 | config COMPUTONE | 98 | config COMPUTONE |
99 | tristate "Computone IntelliPort Plus serial support" | 99 | tristate "Computone IntelliPort Plus serial support" |
100 | depends on SERIAL_NONSTANDARD | 100 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) |
101 | ---help--- | 101 | ---help--- |
102 | This driver supports the entire family of Intelliport II/Plus | 102 | This driver supports the entire family of Intelliport II/Plus |
103 | controllers with the exception of the MicroChannel controllers and | 103 | controllers with the exception of the MicroChannel controllers and |