summaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/Kconfig
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2010-01-07 02:41:51 +0000
committerDavid S. Miller <davem@davemloft.net>2010-01-07 17:27:31 -0800
commit4d907069bc1b745f4abd4745c332d33098e733b8 (patch)
treeed678e8f9ec236c58efbe780e019655e1598d6fd /drivers/net/tulip/Kconfig
parent6837e895cbfd5ce8a717f112e927d2815f341e54 (diff)
downloadop-kernel-dev-4d907069bc1b745f4abd4745c332d33098e733b8.zip
op-kernel-dev-4d907069bc1b745f4abd4745c332d33098e733b8.tar.gz
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board chips
The Davicom DM9100 and DM9102 chips are used on the motherboards of some SPARC systems (supported by the tulip driver) and also in PCI expansion cards (supported by the dmfe driver). There is no difference in the PCI device ids for the two different configurations, so these drivers both claim the device ids. However, it is possible to distinguish the two configurations by the presence of Open Firmware properties for them, so we do that. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Grant Grundler <grundler@parisc-linux.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tulip/Kconfig')
-rw-r--r--drivers/net/tulip/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/tulip/Kconfig b/drivers/net/tulip/Kconfig
index 1cc8cf4..516713f 100644
--- a/drivers/net/tulip/Kconfig
+++ b/drivers/net/tulip/Kconfig
@@ -101,6 +101,10 @@ config TULIP_NAPI_HW_MITIGATION
If in doubt, say Y.
+config TULIP_DM910X
+ def_bool y
+ depends on TULIP && SPARC
+
config DE4X5
tristate "Generic DECchip & DIGITAL EtherWORKS PCI/EISA"
depends on PCI || EISA
OpenPOWER on IntegriCloud