diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-01-28 15:15:02 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-29 15:08:21 -0800 |
commit | 303c28d859cc7ab0f1f37acdd4aadf87c6e86743 (patch) | |
tree | 4a47b26252edfce9a11f52e5683d68f4e374f4a7 /MAINTAINERS | |
parent | fc9a5707832e57f2317c89101fbe9d4ccbd62fa6 (diff) | |
download | linux-303c28d859cc7ab0f1f37acdd4aadf87c6e86743.tar.bz2 |
net: wan: add missing virt_to_bus dependencies
The cosa driver is rather outdated and does not get built on most
platforms because it requires the ISA_DMA_API symbol. However
there are some ARM platforms that have ISA_DMA_API but no virt_to_bus,
and they get this build error when enabling the ltpc driver.
drivers/net/wan/cosa.c: In function 'tx_interrupt':
drivers/net/wan/cosa.c:1768:3: error: implicit declaration of function 'virt_to_bus'
unsigned long addr = virt_to_bus(cosa->txbuf);
^
The same problem exists for the Hostess SV-11 and Sealevel Systems 4021
drivers.
This adds another dependency in Kconfig to avoid that configuration.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions