Kconfig (bf61c8840efe60fd8f91446860b63338fb424158) Kconfig (ab69bde6b2e9c37456eeb0051a185446336aef9f)
1#
2# Atheros device configuration
3#
4
5config NET_VENDOR_ATHEROS
6 bool "Atheros devices"
7 default y
8 depends on PCI

--- 53 unchanged lines hidden (view full) ---

62 select NET_CORE
63 select MII
64 ---help---
65 This driver supports the Atheros L1C gigabit ethernet adapter.
66
67 To compile this driver as a module, choose M here. The module
68 will be called atl1c.
69
1#
2# Atheros device configuration
3#
4
5config NET_VENDOR_ATHEROS
6 bool "Atheros devices"
7 default y
8 depends on PCI

--- 53 unchanged lines hidden (view full) ---

62 select NET_CORE
63 select MII
64 ---help---
65 This driver supports the Atheros L1C gigabit ethernet adapter.
66
67 To compile this driver as a module, choose M here. The module
68 will be called atl1c.
69
70config ALX
71 tristate "Qualcomm Atheros AR816x/AR817x support"
72 depends on PCI
73 select CRC32
74 select NET_CORE
75 select MDIO
76 help
77 This driver supports the Qualcomm Atheros L1F ethernet adapter,
78 i.e. the following chipsets:
79
80 1969:1091 - AR8161 Gigabit Ethernet
81 1969:1090 - AR8162 Fast Ethernet
82 1969:10A1 - AR8171 Gigabit Ethernet
83 1969:10A0 - AR8172 Fast Ethernet
84
85 To compile this driver as a module, choose M here. The module
86 will be called alx.
87
70endif # NET_VENDOR_ATHEROS
88endif # NET_VENDOR_ATHEROS