isdn: hisax: netjet requires VIRT_TO_BUS
authorArnd Bergmann <arnd@arndb.de>
Thu, 14 Mar 2013 11:56:41 +0000 (11:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Mar 2013 16:01:10 +0000 (12:01 -0400)
commit8008f6e173c239ea9b2423a937aaf85c3157a306
treebc7f2af16b2f8cc4ee51ad6024eee4fd30e00c85
parent1e8bbe6cd02fc300c88bd48244ce61ad9c7d1776
isdn: hisax: netjet requires VIRT_TO_BUS

Disabling CONFIG_VIRT_TO_BUS on ARM showed that the hisax netjet
driver depends on this deprecated functionality but is not
marked so in Kconfig.

Rather than adding ARM to the already long list of architectures
that this driver is broken on, this patch adds 'depends on
VIRT_TO_BUS' and removes the dependency on !SPARC, which is
also implied by that.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Karsten Keil <isdn@linux-pingi.de>
Cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hisax/Kconfig