> diff --git a/drivers/net/dsa/netc/Kconfig b/drivers/net/dsa/netc/Kconfig new > file > mode 100644 index 000000000000..0f246ac9e018 > --- /dev/null > +++ b/drivers/net/dsa/netc/Kconfig > @@ -0,0 +1,15 @@ > +# SPDX-License-Identifier: GPL-2.0-only config NET_DSA_NETC_SWITCH > + tristate "NXP NETC Ethernet switch support" > + depends on ARM64 || COMPILE_TEST > + depends on NET_DSA && PCI > + select NET_DSA_TAG_NETC > + select FSL_ENETC_MDIO > + select NXP_NTMP > + select NXP_NETC_LIB > + help > + This driver supports the NXP NETC Ethernet switch, which is embedded > + as a PCIe function of the NXP NETC IP. But note that this driver is > + is only available for NETC v4.3 and later versions.
Sashiko reported there is a duplicated "is" in the help text. I will fix in v8. -- pw-bot: cr
