aboutsummaryrefslogtreecommitdiffstats
path: root/net/dcb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/dcb/Kconfig')
-rw-r--r--net/dcb/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/dcb/Kconfig b/net/dcb/Kconfig
new file mode 100644
index 000000000000..bdf38802d339
--- /dev/null
+++ b/net/dcb/Kconfig
@@ -0,0 +1,12 @@
1config DCB
2 tristate "Data Center Bridging support"
3
4config DCBNL
5 bool "Data Center Bridging netlink interface support"
6 depends on DCB
7 default n
8 ---help---
9 This option turns on the netlink interface
10 (dcbnl) for Data Center Bridging capable devices.
11
12 If unsure, say N.