diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-24 06:16:29 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-25 01:01:11 -0400 |
commit | aa6c2e62bbe7a20ccc85906f75bc63465d899227 (patch) | |
tree | 95d399564fdd70a47b044e92d4a3607acec27fad /drivers/misc/Kconfig | |
parent | 3a51237dc11efe283b40ea0248f4e26ab935dbd1 (diff) |
[PATCH] IOC4 should depend on PCI
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index b6c045dc97b4..00db31c314e0 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -30,6 +30,7 @@ config IBM_ASM | |||
30 | 30 | ||
31 | config SGI_IOC4 | 31 | config SGI_IOC4 |
32 | tristate "SGI IOC4 Base IO support" | 32 | tristate "SGI IOC4 Base IO support" |
33 | depends on PCI | ||
33 | ---help--- | 34 | ---help--- |
34 | This option enables basic support for the IOC4 chip on certain | 35 | This option enables basic support for the IOC4 chip on certain |
35 | SGI IO controller cards (IO9, IO10, and PCI-RT). This option | 36 | SGI IO controller cards (IO9, IO10, and PCI-RT). This option |