xref: /linux/drivers/net/dsa/netc/Kconfig (revision 10006ad04b74a81ba15f63e94f6310773b45b043)
1187fbae0SWei Fang# SPDX-License-Identifier: GPL-2.0-only
2187fbae0SWei Fangconfig NET_DSA_NETC_SWITCH
3187fbae0SWei Fang	tristate "NXP NETC Ethernet switch support"
4187fbae0SWei Fang	depends on ARM64 || COMPILE_TEST
5187fbae0SWei Fang	depends on NET_DSA && PCI
6*10006ad0SWei Fang	depends on NET_VENDOR_FREESCALE
7187fbae0SWei Fang	select NET_DSA_TAG_NETC
8187fbae0SWei Fang	select FSL_ENETC_MDIO
9187fbae0SWei Fang	select NXP_NTMP
10187fbae0SWei Fang	select NXP_NETC_LIB
11187fbae0SWei Fang	help
12187fbae0SWei Fang	  This driver supports the NXP NETC Ethernet switch, which is embedded
13187fbae0SWei Fang	  as a PCIe function of the NXP NETC IP. But note that this driver is
14187fbae0SWei Fang	  only available for NETC v4.3 and later versions.
15187fbae0SWei Fang
16187fbae0SWei Fang	  If compiled as module (M), the module name is nxp-netc-switch.
17