dm9000: Move the Davicom driver
[deliverable/linux.git] / drivers / net / ethernet / davicom / Kconfig
CommitLineData
d7058a79
JK
1#
2# Davicom device configuration
3#
4
5config DM9000
6 tristate "DM9000 support"
7 depends on ARM || BLACKFIN || MIPS
8 select CRC32
9 select MII
10 ---help---
11 Support for DM9000 chipset.
12
13 To compile this driver as a module, choose M here. The module
14 will be called dm9000.
15
16config DM9000_DEBUGLEVEL
17 int "DM9000 maximum debug level"
18 depends on DM9000
19 default 4
20 ---help---
21 The maximum level of debugging code compiled into the DM9000
22 driver.
23
24config DM9000_FORCE_SIMPLE_PHY_POLL
25 bool "Force simple NSR based PHY polling"
26 depends on DM9000
27 ---help---
28 This configuration forces the DM9000 to use the NSR's LinkStatus
29 bit to determine if the link is up or down instead of the more
30 costly MII PHY reads. Note, this will not work if the chip is
31 operating with an external PHY.
This page took 0.025736 seconds and 5 git commands to generate.