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