diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-07-18 02:13:42 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-07-18 02:13:42 -0700 |
commit | 83ca46e7ac7b2883ae7d02503a01e8f1578afe4e (patch) | |
tree | 2d0ca1a2e9663ffb636bea9219cc1b38e4f5bf9b /drivers/atm | |
parent | 12972621c8a18465e3d20cc8e3006a8b7f7788df (diff) | |
download | linux-3.10-83ca46e7ac7b2883ae7d02503a01e8f1578afe4e.tar.gz linux-3.10-83ca46e7ac7b2883ae7d02503a01e8f1578afe4e.tar.bz2 linux-3.10-83ca46e7ac7b2883ae7d02503a01e8f1578afe4e.zip |
[ATM]: nicstar needs virt_to_bus
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/Kconfig b/drivers/atm/Kconfig index bb4ae628149..bed9f58c2d5 100644 --- a/drivers/atm/Kconfig +++ b/drivers/atm/Kconfig @@ -172,7 +172,7 @@ config ATM_ZATM_DEBUG config ATM_NICSTAR tristate "IDT 77201 (NICStAR) (ForeRunnerLE)" - depends on PCI && !64BIT + depends on PCI && !64BIT && VIRT_TO_BUS help The NICStAR chipset family is used in a large number of ATM NICs for 25 and for 155 Mbps, including IDT cards and the Fore ForeRunnerLE |