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