diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-12-13 09:34:58 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-13 18:05:52 +0100 |
commit | 3b4709a6cd0578d129d032a5dec9dc2684b71b3a (patch) | |
tree | 8ee10cf0606b8222e37b899ee0f62e6fb04ad38e /drivers/char/Kconfig | |
parent | [PATCH] tty: remove useless memory barrier (diff) | |
download | linux-3b4709a6cd0578d129d032a5dec9dc2684b71b3a.tar.xz linux-3b4709a6cd0578d129d032a5dec9dc2684b71b3a.zip |
[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 config COMPUTONE tristate "Computone IntelliPort Plus serial support" - depends on SERIAL_NONSTANDARD + depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) ---help--- This driver supports the entire family of Intelliport II/Plus controllers with the exception of the MicroChannel controllers and |