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