Directory | Files | |
---|---|---|
.. | 18 | |
File | Size | |
Kconfig | 759 B | |
Makefile | 411 B | |
prestera.h | 7.3 kB | |
prestera.mod.c | 0 B | |
prestera_acl.c | 21 kB | |
prestera_acl.h | 6.4 kB | |
prestera_counter.c | 11 kB | |
prestera_counter.h | 926 B | |
prestera_devlink.c | 17 kB | |
prestera_devlink.h | 1.1 kB | |
prestera_dsa.c | 3.4 kB | |
prestera_dsa.h | 742 B | |
prestera_ethtool.c | 23 kB | |
prestera_ethtool.h | 473 B | |
prestera_flow.c | 6.6 kB | |
prestera_flow.h | 746 B | |
prestera_flower.c | 14 kB | |
prestera_flower.h | 857 B | |
prestera_hw.c | 55 kB | |
prestera_hw.h | 10 kB | |
prestera_main.c | 25 kB | |
prestera_pci.c | 22 kB | |
prestera_pci.mod.c | 0 B | |
prestera_router.c | 16 kB | |
prestera_router_hw.c | 7.5 kB | |
prestera_router_hw.h | 2.2 kB | |
prestera_rxtx.c | 19 kB | |
prestera_rxtx.h | 555 B | |
prestera_span.c | 5.1 kB | |
prestera_span.h | 605 B | |
prestera_switchdev.c | 31 kB | |
prestera_switchdev.h | 579 B |
# SPDX-License-Identifier: GPL-2.0-only # # Marvell Prestera drivers configuration # config PRESTERA tristate "Marvell Prestera Switch ASICs support" depends on NET_SWITCHDEV && VLAN_8021Q depends on BRIDGE || BRIDGE=n select NET_DEVLINK help This driver supports Marvell Prestera Switch ASICs family. To compile this driver as a module, choose M here: the module will be called prestera. config PRESTERA_PCI tristate "PCI interface driver for Marvell Prestera Switch ASICs family" depends on PCI && HAS_IOMEM && PRESTERA default PRESTERA help This is implementation of PCI interface support for Marvell Prestera Switch ASICs family. To compile this driver as a module, choose M here: the module will be called prestera_pci.