aboutsummaryrefslogtreecommitdiffstats
path: root/net/dcb/Kconfig
blob: bdf38802d339d437acec6c4e1120e3557b76a18c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
config DCB
        tristate "Data Center Bridging support"

config DCBNL
	bool "Data Center Bridging netlink interface support"
	depends on DCB
	default n
	---help---
	  This option turns on the netlink interface
	  (dcbnl) for Data Center Bridging capable devices.

	  If unsure, say N.