diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-07-16 02:40:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 12:05:42 -0400 |
commit | f057eac0d7ad967138390a9dd7fd8267e1e39d19 (patch) | |
tree | 96e951adb2934ee4495edda09f94c67c02fcf5ab /drivers/message/i2o/Kconfig | |
parent | 693783817a79d8619335e2bf1a33de73cf189864 (diff) |
Introduce CONFIG_VIRT_TO_BUS
Make some offending drivers depend on it and set CONFIG_ARCH_NO_VIRT_TO_BUS
for ppc64 so that we don't build those drivers.
This gets PowerPC allmodconfig and allyesconfig much closer to building.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Al Viro <viro@ftp.linux.org.uk>
Acked-by: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/message/i2o/Kconfig')
-rw-r--r-- | drivers/message/i2o/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/message/i2o/Kconfig b/drivers/message/i2o/Kconfig index bfa5ece75f64..5afa0e393ecf 100644 --- a/drivers/message/i2o/Kconfig +++ b/drivers/message/i2o/Kconfig | |||
@@ -54,6 +54,7 @@ config I2O_EXT_ADAPTEC_DMA64 | |||
54 | 54 | ||
55 | config I2O_CONFIG | 55 | config I2O_CONFIG |
56 | tristate "I2O Configuration support" | 56 | tristate "I2O Configuration support" |
57 | depends on VIRT_TO_BUS | ||
57 | ---help--- | 58 | ---help--- |
58 | Say Y for support of the configuration interface for the I2O adapters. | 59 | Say Y for support of the configuration interface for the I2O adapters. |
59 | If you have a RAID controller from Adaptec and you want to use the | 60 | If you have a RAID controller from Adaptec and you want to use the |