Kconfig 288 B

123456789101112
  1. config DCB
  2. tristate "Data Center Bridging support"
  3. config DCBNL
  4. bool "Data Center Bridging netlink interface support"
  5. depends on DCB
  6. default n
  7. ---help---
  8. This option turns on the netlink interface
  9. (dcbnl) for Data Center Bridging capable devices.
  10. If unsure, say N.