diff options
author | Ben Brewer <benbrewer@codethink.co.uk> | 2012-11-19 17:54:24 +0000 |
---|---|---|
committer | Ben Brewer <benbrewer@codethink.co.uk> | 2012-11-19 17:54:24 +0000 |
commit | da53d55583196c05e470c3dd8e24b24e22c3b741 (patch) | |
tree | edafcd2f7858a668bb9c07fcee46cc2341fa4988 /net/bus/Kconfig | |
parent | 5edf3233eb6a511a33d15dde7a97a069e8a47498 (diff) | |
download | linux-baserock/genivi/af_dbus.tar.gz |
Applied AF_DBUS patch to kernelbaserock/genivi/af_dbus
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" |