Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.15.
 1# SPDX-License-Identifier: GPL-2.0-only
 2config NET_DSA_AR9331
 3	tristate "Qualcomm Atheros AR9331 Ethernet switch support"
 4	depends on NET_DSA
 5	select NET_DSA_TAG_AR9331
 6	select REGMAP
 7	help
 8	  This enables support for the Qualcomm Atheros AR9331 built-in Ethernet
 9	  switch.
10
11config NET_DSA_QCA8K
12	tristate "Qualcomm Atheros QCA8K Ethernet switch family support"
13	select NET_DSA_TAG_QCA
14	select REGMAP
15	help
16	  This enables support for the Qualcomm Atheros QCA8K Ethernet
17	  switch chips.
18
19config NET_DSA_QCA8K_LEDS_SUPPORT
20	bool "Qualcomm Atheros QCA8K Ethernet switch family LEDs support"
21	depends on NET_DSA_QCA8K
22	depends on LEDS_CLASS=y || LEDS_CLASS=NET_DSA_QCA8K
23	depends on LEDS_TRIGGERS
24	help
25	  This enabled support for LEDs present on the Qualcomm Atheros
26	  QCA8K Ethernet switch chips.