diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-05-18 09:39:07 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-05-20 13:40:39 -0700 |
commit | 6dffbe53fbdcc7bd5f6379fa18264f060b0cf61d (patch) | |
tree | d2b794e632ffc93108fd51123579d739aa988beb /drivers/net/ethernet/via/Kconfig | |
parent | e2c41f143fb2db14ad9b644a515c98e6c2e5ea2d (diff) | |
download | linux-6dffbe53fbdcc7bd5f6379fa18264f060b0cf61d.tar.bz2 |
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/Kconfig | 3 |
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 |