Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Marvell Prestera drivers configuration
0004 #
0005 
0006 config PRESTERA
0007         tristate "Marvell Prestera Switch ASICs support"
0008         depends on NET_SWITCHDEV && VLAN_8021Q
0009         depends on BRIDGE || BRIDGE=n
0010         select NET_DEVLINK
0011         select PHYLINK
0012         help
0013           This driver supports Marvell Prestera Switch ASICs family.
0014 
0015           To compile this driver as a module, choose M here: the
0016           module will be called prestera.
0017 
0018 config PRESTERA_PCI
0019         tristate "PCI interface driver for Marvell Prestera Switch ASICs family"
0020         depends on PCI && HAS_IOMEM && PRESTERA
0021         default PRESTERA
0022         help
0023           This is implementation of PCI interface support for Marvell Prestera
0024           Switch ASICs family.
0025 
0026           To compile this driver as a module, choose M here: the
0027           module will be called prestera_pci.