net/mlx5: CT: Remove warning of ignore_flow_level support for non PF
[linux-2.6-microblaze.git] / drivers / net / ethernet / marvell / prestera / Kconfig
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         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
17 config 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.