summaryrefslogtreecommitdiff
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 @@
+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.