summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via/Kconfig
diff options
context:
space:
mode:
authorAlexey Charkov <alchark@gmail.com>2014-04-22 19:28:09 +0400
committerDavid S. Miller <davem@davemloft.net>2014-04-23 15:24:06 -0400
commit2d283862dc62daead9db0dc89cd0d0351e91f765 (patch)
tree7c1d18c8bd1ef0aed77006202213d70e75f0e3e3 /drivers/net/ethernet/via/Kconfig
parentf7630d189c6ade2c83e20fa37169114def4271e8 (diff)
downloadtalos-op-linux-2d283862dc62daead9db0dc89cd0d0351e91f765.tar.gz
talos-op-linux-2d283862dc62daead9db0dc89cd0d0351e91f765.zip
net: via-rhine: add OF bus binding
This should make the driver usable with VIA/WonderMedia ARM-based Systems-on-Chip integrated Rhine III adapters. Note that these are always in MMIO mode, and don't have any known EEPROM. Signed-off-by: Alexey Charkov <alchark@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/via/Kconfig')
-rw-r--r--drivers/net/ethernet/via/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/via/Kconfig b/drivers/net/ethernet/via/Kconfig
index 8a049a2b4474..f66ddaee0c87 100644
--- a/drivers/net/ethernet/via/Kconfig
+++ b/drivers/net/ethernet/via/Kconfig
@@ -19,7 +19,7 @@ if NET_VENDOR_VIA
config VIA_RHINE
tristate "VIA Rhine support"
- depends on PCI
+ depends on (PCI || USE_OF)
select CRC32
select MII
---help---
OpenPOWER on IntegriCloud