1# SPDX-License-Identifier: GPL-2.0 2config FSL_ENETC 3 tristate "ENETC PF driver" 4 depends on PCI && PCI_MSI && (ARCH_LAYERSCAPE || COMPILE_TEST) 5 help 6 This driver supports NXP ENETC gigabit ethernet controller PCIe 7 physical function (PF) devices, managing ENETC Ports at a privileged 8 level. 9 10 If compiled as module (M), the module name is fsl-enetc. 11 12config FSL_ENETC_VF 13 tristate "ENETC VF driver" 14 depends on PCI && PCI_MSI && (ARCH_LAYERSCAPE || COMPILE_TEST) 15 help 16 This driver supports NXP ENETC gigabit ethernet controller PCIe 17 virtual function (VF) devices enabled by the ENETC PF driver. 18 19 If compiled as module (M), the module name is fsl-enetc-vf. 20