drivers: power: report battery voltage in AOSP compatible format
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / ethernet / dlink / Kconfig
CommitLineData
3401299a
JK
1#
2# D-Link device configuration
3#
4
5config NET_VENDOR_DLINK
6 bool "D-Link devices"
88f07484 7 default y
168e06ae 8 depends on PCI
3401299a
JK
9 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from
12 <http://www.tldp.org/docs.html#howto>.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about D-Link devices. If you say Y, you will be asked for
17 your specific card in the following questions.
18
19if NET_VENDOR_DLINK
20
3401299a
JK
21config DL2K
22 tristate "DL2000/TC902x-based Gigabit Ethernet support"
23 depends on PCI
24 select CRC32
25 ---help---
26 This driver supports DL2000/TC902x-based Gigabit ethernet cards,
27 which includes
28 D-Link DGE-550T Gigabit Ethernet Adapter.
29 D-Link DL2000-based Gigabit Ethernet Adapter.
30 Sundance/Tamarack TC902x Gigabit Ethernet Adapter.
31
32 To compile this driver as a module, choose M here: the
33 module will be called dl2k.
34
35config SUNDANCE
36 tristate "Sundance Alta support"
37 depends on PCI
38 select CRC32
aaba215c 39 select NET_CORE
3401299a
JK
40 select MII
41 ---help---
42 This driver is for the Sundance "Alta" chip.
43 More specific information and updates are available from
44 <http://www.scyld.com/network/sundance.html>.
45
46config SUNDANCE_MMIO
47 bool "Use MMIO instead of PIO"
48 depends on SUNDANCE
49 ---help---
50 Enable memory-mapped I/O for interaction with Sundance NIC registers.
51 Do NOT enable this by default, PIO (enabled when MMIO is disabled)
52 is known to solve bugs on certain chips.
53
54 If unsure, say N.
55
56endif # NET_VENDOR_DLINK