Kconfig 735 B

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