brintos

brintos / linux-shallow public Read only

0
0
Text · 775 B · f2f7663 Raw
28 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Marvell Prestera drivers configuration4#5 6config PRESTERA7	tristate "Marvell Prestera Switch ASICs support"8	depends on NET_SWITCHDEV && VLAN_8021Q9	depends on BRIDGE || BRIDGE=n10	select NET_DEVLINK11	select PHYLINK12	help13	  This driver supports Marvell Prestera Switch ASICs family.14 15	  To compile this driver as a module, choose M here: the16	  module will be called prestera.17 18config PRESTERA_PCI19	tristate "PCI interface driver for Marvell Prestera Switch ASICs family"20	depends on PCI && HAS_IOMEM && PRESTERA21	default PRESTERA22	help23	  This is implementation of PCI interface support for Marvell Prestera24	  Switch ASICs family.25 26	  To compile this driver as a module, choose M here: the27	  module will be called prestera_pci.28