Kconfig 818 B

12345678910111213141516171819202122232425262728293031323334
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config NET_VENDOR_AIROHA
  3. bool "Airoha devices"
  4. depends on ARCH_AIROHA || COMPILE_TEST
  5. help
  6. If you have a Airoha SoC with ethernet, say Y.
  7. if NET_VENDOR_AIROHA
  8. config NET_AIROHA_NPU
  9. tristate "Airoha NPU support"
  10. select WANT_DEV_COREDUMP
  11. select REGMAP_MMIO
  12. help
  13. This driver supports Airoha Network Processor (NPU) available
  14. on the Airoha Soc family.
  15. config NET_AIROHA
  16. tristate "Airoha SoC Gigabit Ethernet support"
  17. depends on NET_DSA || !NET_DSA
  18. select NET_AIROHA_NPU
  19. select PAGE_POOL
  20. help
  21. This driver supports the gigabit ethernet MACs in the
  22. Airoha SoC family.
  23. config NET_AIROHA_FLOW_STATS
  24. default y
  25. bool "Airoha flow stats"
  26. depends on NET_AIROHA && NET_AIROHA_NPU
  27. help
  28. Enable Aiorha flowtable statistic counters.
  29. endif #NET_VENDOR_AIROHA