xref: /linux/drivers/net/dsa/netc/Kconfig (revision 10006ad04b74a81ba15f63e94f6310773b45b043)
1# SPDX-License-Identifier: GPL-2.0-only
2config NET_DSA_NETC_SWITCH
3	tristate "NXP NETC Ethernet switch support"
4	depends on ARM64 || COMPILE_TEST
5	depends on NET_DSA && PCI
6	depends on NET_VENDOR_FREESCALE
7	select NET_DSA_TAG_NETC
8	select FSL_ENETC_MDIO
9	select NXP_NTMP
10	select NXP_NETC_LIB
11	help
12	  This driver supports the NXP NETC Ethernet switch, which is embedded
13	  as a PCIe function of the NXP NETC IP. But note that this driver is
14	  only available for NETC v4.3 and later versions.
15
16	  If compiled as module (M), the module name is nxp-netc-switch.
17