aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/cmtp/Kconfig
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-05-22 11:46:02 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-05-22 11:46:02 +0300
commitbb1cb08243ce4787a156c0d26470db8310bc10fc (patch)
treef07bfe6d94b969016c175ffd124861a23fdb90f5 /net/bluetooth/cmtp/Kconfig
Initial commit - BeagleBone Kernel20130521
based on https://github.com/beagleboard/kernel/tree/3.8 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'net/bluetooth/cmtp/Kconfig')
-rw-r--r--net/bluetooth/cmtp/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bluetooth/cmtp/Kconfig b/net/bluetooth/cmtp/Kconfig
new file mode 100644
index 00000000..94cbf42c
--- /dev/null
+++ b/net/bluetooth/cmtp/Kconfig
@@ -0,0 +1,11 @@
+config BT_CMTP
+ tristate "CMTP protocol support"
+ depends on BT && ISDN_CAPI
+ help
+ CMTP (CAPI Message Transport Protocol) is a transport layer
+ for CAPI messages. CMTP is required for the Bluetooth Common
+ ISDN Access Profile.
+
+ Say Y here to compile CMTP support into the kernel or say M to
+ compile it as module (cmtp).
+