Kconfig 775 B

123456789101112131415161718192021222324252627
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Marvell Prestera drivers configuration
  4. #
  5. config PRESTERA
  6. tristate "Marvell Prestera Switch ASICs support"
  7. depends on NET_SWITCHDEV && VLAN_8021Q
  8. depends on BRIDGE || BRIDGE=n
  9. select NET_DEVLINK
  10. select PHYLINK
  11. help
  12. This driver supports Marvell Prestera Switch ASICs family.
  13. To compile this driver as a module, choose M here: the
  14. module will be called prestera.
  15. config 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. To compile this driver as a module, choose M here: the
  23. module will be called prestera_pci.