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	help
10	  This driver supports Marvell Prestera Switch ASICs family.
11
12	  To compile this driver as a module, choose M here: the
13	  module will be called prestera.
14
15config PRESTERA_PCI
16	tristate "PCI interface driver for Marvell Prestera Switch ASICs family"
17	depends on PCI && HAS_IOMEM && PRESTERA
18	default PRESTERA
19	help
20	  This is implementation of PCI interface support for Marvell Prestera
21	  Switch ASICs family.
22
23	  To compile this driver as a module, choose M here: the
24	  module will be called prestera_pci.
25