Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/net/ethernet/airoha/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 818 B image not shown  

Quelle  Kconfig   Sprache: unbekannt

 
Spracherkennung für: vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# SPDX-License-Identifier: GPL-2.0-only
config NET_VENDOR_AIROHA
 bool "Airoha devices"
 depends on ARCH_AIROHA || COMPILE_TEST
 help
   If you have a Airoha SoC with ethernet, say Y.

if NET_VENDOR_AIROHA

config NET_AIROHA_NPU
 tristate "Airoha NPU support"
 select WANT_DEV_COREDUMP
 select REGMAP_MMIO
 help
   This driver supports Airoha Network Processor (NPU) available
   on the Airoha Soc family.

config NET_AIROHA
 tristate "Airoha SoC Gigabit Ethernet support"
 depends on NET_DSA || !NET_DSA
 select NET_AIROHA_NPU
 select PAGE_POOL
 help
   This driver supports the gigabit ethernet MACs in the
   Airoha SoC family.

config NET_AIROHA_FLOW_STATS
 default y
 bool "Airoha flow stats"
 depends on NET_AIROHA && NET_AIROHA_NPU
 help
   Enable Aiorha flowtable statistic counters.

endif #NET_VENDOR_AIROHA

[ Dauer der Verarbeitung: 0.44 Sekunden  ]