aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via/Kconfig
diff options
context:
space:
mode:
authorTony Prisk <linux@prisktech.co.nz>2013-05-18 05:39:07 -0400
committerDavid S. Miller <davem@davemloft.net>2013-05-20 16:40:39 -0400
commit6dffbe53fbdcc7bd5f6379fa18264f060b0cf61d (patch)
treed2b794e632ffc93108fd51123579d739aa988beb /drivers/net/ethernet/via/Kconfig
parente2c41f143fb2db14ad9b644a515c98e6c2e5ea2d (diff)
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 @@
5config NET_VENDOR_VIA 5config NET_VENDOR_VIA
6 bool "VIA devices" 6 bool "VIA devices"
7 default y 7 default y
8 depends on PCI
9 ---help--- 8 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y 9 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from 10 and read the Ethernet-HOWTO, available from
@@ -45,7 +44,7 @@ config VIA_RHINE_MMIO
45 44
46config VIA_VELOCITY 45config VIA_VELOCITY
47 tristate "VIA Velocity support" 46 tristate "VIA Velocity support"
48 depends on PCI 47 depends on (PCI || USE_OF)
49 select CRC32 48 select CRC32
50 select CRC_CCITT 49 select CRC_CCITT
51 select NET_CORE 50 select NET_CORE