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/atm | |
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/atm')
-rw-r--r-- | drivers/atm/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/atm/Kconfig b/drivers/atm/Kconfig index 5b4fab24155f..bb4ae6281491 100644 --- a/drivers/atm/Kconfig +++ b/drivers/atm/Kconfig | |||
@@ -142,7 +142,7 @@ config ATM_ENI_BURST_RX_2W | |||
142 | 142 | ||
143 | config ATM_FIRESTREAM | 143 | config ATM_FIRESTREAM |
144 | tristate "Fujitsu FireStream (FS50/FS155) " | 144 | tristate "Fujitsu FireStream (FS50/FS155) " |
145 | depends on PCI | 145 | depends on PCI && VIRT_TO_BUS |
146 | help | 146 | help |
147 | Driver for the Fujitsu FireStream 155 (MB86697) and | 147 | Driver for the Fujitsu FireStream 155 (MB86697) and |
148 | FireStream 50 (MB86695) ATM PCI chips. | 148 | FireStream 50 (MB86695) ATM PCI chips. |
@@ -152,7 +152,7 @@ config ATM_FIRESTREAM | |||
152 | 152 | ||
153 | config ATM_ZATM | 153 | config ATM_ZATM |
154 | tristate "ZeitNet ZN1221/ZN1225" | 154 | tristate "ZeitNet ZN1221/ZN1225" |
155 | depends on PCI | 155 | depends on PCI && VIRT_TO_BUS |
156 | help | 156 | help |
157 | Driver for the ZeitNet ZN1221 (MMF) and ZN1225 (UTP-5) 155 Mbps ATM | 157 | Driver for the ZeitNet ZN1221 (MMF) and ZN1225 (UTP-5) 155 Mbps ATM |
158 | adapters. | 158 | adapters. |
@@ -240,7 +240,7 @@ config ATM_IDT77252_USE_SUNI | |||
240 | 240 | ||
241 | config ATM_AMBASSADOR | 241 | config ATM_AMBASSADOR |
242 | tristate "Madge Ambassador (Collage PCI 155 Server)" | 242 | tristate "Madge Ambassador (Collage PCI 155 Server)" |
243 | depends on PCI | 243 | depends on PCI && VIRT_TO_BUS |
244 | select BITREVERSE | 244 | select BITREVERSE |
245 | help | 245 | help |
246 | This is a driver for ATMizer based ATM card produced by Madge | 246 | This is a driver for ATMizer based ATM card produced by Madge |
@@ -265,7 +265,7 @@ config ATM_AMBASSADOR_DEBUG | |||
265 | 265 | ||
266 | config ATM_HORIZON | 266 | config ATM_HORIZON |
267 | tristate "Madge Horizon [Ultra] (Collage PCI 25 and Collage PCI 155 Client)" | 267 | tristate "Madge Horizon [Ultra] (Collage PCI 25 and Collage PCI 155 Client)" |
268 | depends on PCI | 268 | depends on PCI && VIRT_TO_BUS |
269 | help | 269 | help |
270 | This is a driver for the Horizon chipset ATM adapter cards once | 270 | This is a driver for the Horizon chipset ATM adapter cards once |
271 | produced by Madge Networks Ltd. Say Y (or M to compile as a module | 271 | produced by Madge Networks Ltd. Say Y (or M to compile as a module |