aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via/Kconfig
diff options
context:
space:
mode:
authorTony Prisk <linux@prisktech.co.nz>2013-05-18 09:39:07 +0000
committerDavid S. Miller <davem@davemloft.net>2013-05-20 13:40:39 -0700
commit6dffbe53fbdcc7bd5f6379fa18264f060b0cf61d (patch)
treed2b794e632ffc93108fd51123579d739aa988beb /drivers/net/ethernet/via/Kconfig
parentnet: velocity: Convert to generic dma functions (diff)
downloadlinux-dev-6dffbe53fbdcc7bd5f6379fa18264f060b0cf61d.tar.xz
linux-dev-6dffbe53fbdcc7bd5f6379fa18264f060b0cf61d.zip
net: velocity: Add platform device support to VIA velocity driver
Add support for the VIA Velocity network driver to be bound to a OF created platform device. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/via/Kconfig')
-rw-r--r--drivers/net/ethernet/via/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/via/Kconfig b/drivers/net/ethernet/via/Kconfig
index 68a9ba66feba..6a87097d88c0 100644
--- a/drivers/net/ethernet/via/Kconfig
+++ b/drivers/net/ethernet/via/Kconfig
@@ -5,7 +5,6 @@
config NET_VENDOR_VIA
bool "VIA devices"
default y
- depends on PCI
---help---
If you have a network (Ethernet) card belonging to this class, say Y
and read the Ethernet-HOWTO, available from
@@ -45,7 +44,7 @@ config VIA_RHINE_MMIO
config VIA_VELOCITY
tristate "VIA Velocity support"
- depends on PCI
+ depends on (PCI || USE_OF)
select CRC32
select CRC_CCITT
select NET_CORE