Kconfig 777 B

1234567891011121314151617181920212223242526272829
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Rocker device configuration
  4. #
  5. config NET_VENDOR_ROCKER
  6. bool "Rocker devices"
  7. default y
  8. help
  9. If you have a network device belonging to this class, say Y.
  10. Note that the answer to this question doesn't directly affect the
  11. kernel: saying N will just cause the configurator to skip all
  12. the questions about Rocker devices. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_ROCKER
  15. config ROCKER
  16. tristate "Rocker switch driver (EXPERIMENTAL)"
  17. depends on PCI && NET_SWITCHDEV && BRIDGE
  18. select CRC32
  19. help
  20. This driver supports Rocker switch device.
  21. To compile this driver as a module, choose M here: the
  22. module will be called rocker.
  23. endif # NET_VENDOR_ROCKER