Kconfig 489 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config 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. config NET_DSA_QCA8K
  11. tristate "Qualcomm Atheros QCA8K Ethernet switch family support"
  12. select NET_DSA_TAG_QCA
  13. select REGMAP
  14. help
  15. This enables support for the Qualcomm Atheros QCA8K Ethernet
  16. switch chips.