1fb3dda82SLorenzo Bianconi# SPDX-License-Identifier: GPL-2.0-only 2fb3dda82SLorenzo Bianconiconfig NET_VENDOR_AIROHA 3fb3dda82SLorenzo Bianconi bool "Airoha devices" 4fb3dda82SLorenzo Bianconi depends on ARCH_AIROHA || COMPILE_TEST 5fb3dda82SLorenzo Bianconi help 6fb3dda82SLorenzo Bianconi If you have a Airoha SoC with ethernet, say Y. 7fb3dda82SLorenzo Bianconi 8fb3dda82SLorenzo Bianconiif NET_VENDOR_AIROHA 9fb3dda82SLorenzo Bianconi 10*23290c7bSLorenzo Bianconiconfig NET_AIROHA_NPU 11*23290c7bSLorenzo Bianconi tristate "Airoha NPU support" 12*23290c7bSLorenzo Bianconi select WANT_DEV_COREDUMP 13*23290c7bSLorenzo Bianconi select REGMAP_MMIO 14*23290c7bSLorenzo Bianconi help 15*23290c7bSLorenzo Bianconi This driver supports Airoha Network Processor (NPU) available 16*23290c7bSLorenzo Bianconi on the Airoha Soc family. 17*23290c7bSLorenzo Bianconi 18fb3dda82SLorenzo Bianconiconfig NET_AIROHA 19fb3dda82SLorenzo Bianconi tristate "Airoha SoC Gigabit Ethernet support" 20fb3dda82SLorenzo Bianconi depends on NET_DSA || !NET_DSA 21*23290c7bSLorenzo Bianconi select NET_AIROHA_NPU 22fb3dda82SLorenzo Bianconi select PAGE_POOL 23fb3dda82SLorenzo Bianconi help 24fb3dda82SLorenzo Bianconi This driver supports the gigabit ethernet MACs in the 25fb3dda82SLorenzo Bianconi Airoha SoC family. 26fb3dda82SLorenzo Bianconi 27fb3dda82SLorenzo Bianconiendif #NET_VENDOR_AIROHA 28