diff options
Diffstat (limited to 'net/bus/Kconfig')
-rw-r--r-- | net/bus/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/bus/Kconfig b/net/bus/Kconfig new file mode 100644 index 000000000000..4ec0beec30ea --- /dev/null +++ b/net/bus/Kconfig @@ -0,0 +1,17 @@ +# +# Bus Domain Sockets +# + +config AF_BUS + tristate "Bus domain sockets (EXPERIMENTAL)" + depends on EXPERIMENTAL + ---help--- + If you say Y here, you will include support for Bus domain sockets. + These sockets are used to create communication buses for IPC. + + To compile this driver as a module, choose M here: the module will be + called bus. + + Say N unless you know what you are doing. + +source "net/bus/nfdbus/Kconfig" |