1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Marvell Prestera drivers configuration
4 #
5 
6 config PRESTERA
7 	tristate "Marvell Prestera Switch ASICs support"
8 	depends on NET_SWITCHDEV && VLAN_8021Q
9 	depends on BRIDGE || BRIDGE=n
10 	select NET_DEVLINK
11 	select PHYLINK
12 	help
13 	  This driver supports Marvell Prestera Switch ASICs family.
14 
15 	  To compile this driver as a module, choose M here: the
16 	  module will be called prestera.
17 
18 config PRESTERA_PCI
19 	tristate "PCI interface driver for Marvell Prestera Switch ASICs family"
20 	depends on PCI && HAS_IOMEM && PRESTERA
21 	default PRESTERA
22 	help
23 	  This is implementation of PCI interface support for Marvell Prestera
24 	  Switch ASICs family.
25 
26 	  To compile this driver as a module, choose M here: the
27 	  module will be called prestera_pci.
28