diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-09 14:24:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-09 14:24:08 +0200 |
commit | aa36ba1bfedbec0a5a8682dd862697eb4c090a13 (patch) | |
tree | 2e178bb008ea0076185a841cc35cb6ceffe7a4fa /target/linux/config/Config.in.bluetooth | |
parent | 1c47490f586071528b387edc46e531c88bd77dc7 (diff) | |
parent | cda64efca568ec61c064b44f494f58f7a08bd4e7 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.bluetooth')
-rw-r--r-- | target/linux/config/Config.in.bluetooth | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth index 7d868ace5..7342a0f52 100644 --- a/target/linux/config/Config.in.bluetooth +++ b/target/linux/config/Config.in.bluetooth @@ -25,7 +25,7 @@ config ADK_KPACKAGE_KMOD_BT_L2CAP prompt "kmod-bluetooth-l2cap.............. L2CAP protocol support" tristate default n - depends ADK_KPACKAGE_KMOD_BT + depends on ADK_KPACKAGE_KMOD_BT help L2CAP (Logical Link Control and Adaptation Protocol) provides connection oriented and connection-less data transport. L2CAP @@ -36,7 +36,7 @@ config ADK_KPACKAGE_KMOD_BT_SCO prompt "kmod-bluetooth-sco................ SCO links support" tristate default n - depends ADK_KPACKAGE_KMOD_BT + depends on ADK_KPACKAGE_KMOD_BT help SCO link provides voice transport over Bluetooth. SCO support is required for voice applications like Headset and Audio. @@ -45,8 +45,8 @@ config ADK_KPACKAGE_KMOD_BT_RFCOMM prompt "kmod-bluetooth-rfcomm............. RFCOMM protocol support" tristate default n - depends ADK_KPACKAGE_KMOD_BT - depends ADK_KPACKAGE_KMOD_BT_L2CAP + depends on ADK_KPACKAGE_KMOD_BT + depends on ADK_KPACKAGE_KMOD_BT_L2CAP help RFCOMM provides connection oriented stream transport. RFCOMM support is required for Dialup Networking, OBEX and other Bluetooth @@ -56,8 +56,8 @@ config ADK_KPACKAGE_KMOD_BT_BNEP prompt "kmod-bluetooth-bnep............... BNEP protocol support" tristate default n - depends ADK_KPACKAGE_KMOD_BT - depends ADK_KPACKAGE_KMOD_BT_L2CAP + depends on ADK_KPACKAGE_KMOD_BT + depends on ADK_KPACKAGE_KMOD_BT_L2CAP help BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet emulation layer on top of Bluetooth. BNEP is required for @@ -68,8 +68,8 @@ config ADK_KPACKAGE_KMOD_BT_HIDP tristate default n select ADK_KERNEL_HID - depends ADK_KPACKAGE_KMOD_BT - depends ADK_KPACKAGE_KMOD_BT_L2CAP + depends on ADK_KPACKAGE_KMOD_BT + depends on ADK_KPACKAGE_KMOD_BT_L2CAP help HIDP (Human Interface Device Protocol) is a transport layer for HID reports. HIDP is required for the Bluetooth Human @@ -79,7 +79,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIBTUSB prompt "kmod-bluetooth-hci-usb............ HCI USB driver" tristate default n - depends ADK_KPACKAGE_KMOD_BT + depends on ADK_KPACKAGE_KMOD_BT help Bluetooth HCI USB driver. This driver is required if you want to use Bluetooth devices with @@ -89,7 +89,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIUART prompt "kmod-bluetooth-hci-uart........... HCI UART driver" tristate default n - depends ADK_KPACKAGE_KMOD_BT + depends on ADK_KPACKAGE_KMOD_BT help Bluetooth HCI UART driver. This driver is required if you want to use Bluetooth devices with @@ -101,7 +101,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIBCM203X prompt "kmod-bluetooth-hci-bcm203x........ HCI BCM203x USB driver" tristate default n - depends ADK_KPACKAGE_KMOD_BT + depends on ADK_KPACKAGE_KMOD_BT help Bluetooth HCI BCM203x USB driver. This driver provides the firmware loading mechanism for the Broadcom @@ -111,7 +111,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIBPA10X prompt "kmod-bluetooth-hci-bpa10x......... HCI BPA10x USB driver" tristate default n - depends ADK_KPACKAGE_KMOD_BT + depends on ADK_KPACKAGE_KMOD_BT help Bluetooth HCI BPA10x USB driver. This driver provides support for the Digianswer BPA 100/105 Bluetooth |