# SPDX-License-Identifier: (GPL-2.0 OR MIT) config [31mCONFIG_NET_VENDOR_MICROSEMI[0m bool "Microsemi devices" default y help If you have a network (Ethernet) card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip all the questions about Microsemi devices. if [31mCONFIG_NET_VENDOR_MICROSEMI[0m config [31mCONFIG_MSCC_OCELOT_SWITCH[0m tristate "Ocelot switch driver" depends on [31mCONFIG_NET_SWITCHDEV[0m depends on [31mCONFIG_HAS_IOMEM[0m select [31mCONFIG_PHYLIB[0m select [31mCONFIG_REGMAP_MMIO[0m help This driver supports the Ocelot network switch device. config [31mCONFIG_MSCC_OCELOT_SWITCH_OCELOT[0m tristate "Ocelot switch driver on Ocelot" depends on [31mCONFIG_MSCC_OCELOT_SWITCH[0m depends on [31mCONFIG_GENERIC_PHY[0m depends on [31mCONFIG_OF_NET[0m help This driver supports the Ocelot network switch device as present on the Ocelot SoCs. endif # [31mCONFIG_NET_VENDOR_MICROSEMI[0m |