diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-05-10 09:45:56 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-05-10 09:46:07 -0400 |
commit | eeca7a36a86db8bfc1945dd7f6f0c22a6b66b31d (patch) | |
tree | 7963466b0106b4daf90f6c5ce039fc2c330335ab /drivers/message | |
parent | 490f03d6595fade75a9b26e6ea9c9ebb1e4fd05a (diff) |
[S390] Kconfig: refine depends statements.
Refine some depends statements to limit their visibility to the
environments that are actually supported.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/message')
-rw-r--r-- | drivers/message/fusion/Kconfig | 1 | ||||
-rw-r--r-- | drivers/message/i2o/Kconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/message/fusion/Kconfig b/drivers/message/fusion/Kconfig index 71037f91c222..c88cc75ab49b 100644 --- a/drivers/message/fusion/Kconfig +++ b/drivers/message/fusion/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | 1 | ||
2 | menu "Fusion MPT device support" | 2 | menu "Fusion MPT device support" |
3 | depends on PCI | ||
3 | 4 | ||
4 | config FUSION | 5 | config FUSION |
5 | bool | 6 | bool |
diff --git a/drivers/message/i2o/Kconfig b/drivers/message/i2o/Kconfig index 6443392bffff..f4ac21e5771e 100644 --- a/drivers/message/i2o/Kconfig +++ b/drivers/message/i2o/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | 1 | ||
2 | menu "I2O device support" | 2 | menu "I2O device support" |
3 | depends on PCI | ||
3 | 4 | ||
4 | config I2O | 5 | config I2O |
5 | tristate "I2O support" | 6 | tristate "I2O support" |