Linux Audio

Check our new training course

Loading...
v4.17
 
 1#
 2# Atheros device configuration
 3#
 4
 5config NET_VENDOR_ATHEROS
 6	bool "Atheros devices"
 7	default y
 8	depends on PCI
 9	---help---
10	  If you have a network (Ethernet) card belonging to this class, say Y.
11
12	  Note that the answer to this question doesn't directly affect the
13	  kernel: saying N will just cause the configurator to skip all
14	  the questions about Atheros devices. If you say Y, you will be asked
15	  for your specific card in the following questions.
16
17if NET_VENDOR_ATHEROS
 
 
 
 
 
 
 
 
18
19config ATL2
20	tristate "Atheros L2 Fast Ethernet support"
21	depends on PCI
22	select CRC32
23	select MII
24	---help---
25	  This driver supports the Atheros L2 fast ethernet adapter.
26
27	  To compile this driver as a module, choose M here.  The module
28	  will be called atl2.
29
30config ATL1
31	tristate "Atheros/Attansic L1 Gigabit Ethernet support"
32	depends on PCI
33	select CRC32
34	select MII
35	---help---
36	  This driver supports the Atheros/Attansic L1 gigabit ethernet
37	  adapter.
38
39	  To compile this driver as a module, choose M here.  The module
40	  will be called atl1.
41
42config ATL1E
43	tristate "Atheros L1E Gigabit Ethernet support"
44	depends on PCI
45	select CRC32
46	select MII
47	---help---
48	  This driver supports the Atheros L1E gigabit ethernet adapter.
49
50	  To compile this driver as a module, choose M here.  The module
51	  will be called atl1e.
52
53config ATL1C
54	tristate "Atheros L1C Gigabit Ethernet support"
55	depends on PCI
56	select CRC32
57	select MII
58	---help---
59	  This driver supports the Atheros L1C gigabit ethernet adapter.
60
61	  To compile this driver as a module, choose M here.  The module
62	  will be called atl1c.
63
64config ALX
65	tristate "Qualcomm Atheros AR816x/AR817x support"
66	depends on PCI
67	select CRC32
68	select MDIO
69	help
70	  This driver supports the Qualcomm Atheros L1F ethernet adapter,
71	  i.e. the following chipsets:
72
73	  1969:1091 - AR8161 Gigabit Ethernet
74	  1969:1090 - AR8162 Fast Ethernet
75	  1969:10A1 - AR8171 Gigabit Ethernet
76	  1969:10A0 - AR8172 Fast Ethernet
77
78	  To compile this driver as a module, choose M here.  The module
79	  will be called alx.
80
81endif # NET_VENDOR_ATHEROS
v5.4
 1# SPDX-License-Identifier: GPL-2.0-only
 2#
 3# Atheros device configuration
 4#
 5
 6config NET_VENDOR_ATHEROS
 7	bool "Atheros devices"
 8	default y
 9	depends on (PCI || ATH79)
10	---help---
11	  If you have a network (Ethernet) card belonging to this class, say Y.
12
13	  Note that the answer to this question doesn't directly affect the
14	  kernel: saying N will just cause the configurator to skip all
15	  the questions about Atheros devices. If you say Y, you will be asked
16	  for your specific card in the following questions.
17
18if NET_VENDOR_ATHEROS
19
20config AG71XX
21	tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support"
22	depends on ATH79
23	select PHYLIB
24	help
25	  If you wish to compile a kernel for AR7XXX/91XXX and enable
26	  ethernet support, then you should always answer Y to this.
27
28config ATL2
29	tristate "Atheros L2 Fast Ethernet support"
30	depends on PCI
31	select CRC32
32	select MII
33	---help---
34	  This driver supports the Atheros L2 fast ethernet adapter.
35
36	  To compile this driver as a module, choose M here.  The module
37	  will be called atl2.
38
39config ATL1
40	tristate "Atheros/Attansic L1 Gigabit Ethernet support"
41	depends on PCI
42	select CRC32
43	select MII
44	---help---
45	  This driver supports the Atheros/Attansic L1 gigabit ethernet
46	  adapter.
47
48	  To compile this driver as a module, choose M here.  The module
49	  will be called atl1.
50
51config ATL1E
52	tristate "Atheros L1E Gigabit Ethernet support"
53	depends on PCI
54	select CRC32
55	select MII
56	---help---
57	  This driver supports the Atheros L1E gigabit ethernet adapter.
58
59	  To compile this driver as a module, choose M here.  The module
60	  will be called atl1e.
61
62config ATL1C
63	tristate "Atheros L1C Gigabit Ethernet support"
64	depends on PCI
65	select CRC32
66	select MII
67	---help---
68	  This driver supports the Atheros L1C gigabit ethernet adapter.
69
70	  To compile this driver as a module, choose M here.  The module
71	  will be called atl1c.
72
73config ALX
74	tristate "Qualcomm Atheros AR816x/AR817x support"
75	depends on PCI
76	select CRC32
77	select MDIO
78	help
79	  This driver supports the Qualcomm Atheros L1F ethernet adapter,
80	  i.e. the following chipsets:
81
82	  1969:1091 - AR8161 Gigabit Ethernet
83	  1969:1090 - AR8162 Fast Ethernet
84	  1969:10A1 - AR8171 Gigabit Ethernet
85	  1969:10A0 - AR8172 Fast Ethernet
86
87	  To compile this driver as a module, choose M here.  The module
88	  will be called alx.
89
90endif # NET_VENDOR_ATHEROS