diff options
-rw-r--r-- | net/bluetooth/Kconfig | 20 | ||||
-rw-r--r-- | net/bluetooth/bnep/Kconfig | 2 | ||||
-rw-r--r-- | net/bluetooth/cmtp/Kconfig | 2 | ||||
-rw-r--r-- | net/bluetooth/hidp/Kconfig | 2 | ||||
-rw-r--r-- | net/bluetooth/rfcomm/Kconfig | 2 |
5 files changed, 19 insertions, 9 deletions
diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 600fb29288f4..5e97a8ff850b 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig | |||
@@ -39,11 +39,10 @@ menuconfig BT | |||
39 | to Bluetooth kernel modules are provided in the BlueZ packages. For | 39 | to Bluetooth kernel modules are provided in the BlueZ packages. For |
40 | more information, see <http://www.bluez.org/>. | 40 | more information, see <http://www.bluez.org/>. |
41 | 41 | ||
42 | config BT_6LOWPAN | 42 | config BT_BREDR |
43 | tristate "Bluetooth 6LoWPAN support" | 43 | bool "Bluetooth Classic (BR/EDR) features" |
44 | depends on BT && 6LOWPAN | 44 | depends on BT |
45 | help | 45 | default y |
46 | IPv6 compression over Bluetooth Low Energy. | ||
47 | 46 | ||
48 | source "net/bluetooth/rfcomm/Kconfig" | 47 | source "net/bluetooth/rfcomm/Kconfig" |
49 | 48 | ||
@@ -53,4 +52,15 @@ source "net/bluetooth/cmtp/Kconfig" | |||
53 | 52 | ||
54 | source "net/bluetooth/hidp/Kconfig" | 53 | source "net/bluetooth/hidp/Kconfig" |
55 | 54 | ||
55 | config BT_LE | ||
56 | bool "Bluetooth Low Energy (LE) features" | ||
57 | depends on BT | ||
58 | default y | ||
59 | |||
60 | config BT_6LOWPAN | ||
61 | tristate "Bluetooth 6LoWPAN support" | ||
62 | depends on BT_LE && 6LOWPAN | ||
63 | help | ||
64 | IPv6 compression over Bluetooth Low Energy. | ||
65 | |||
56 | source "drivers/bluetooth/Kconfig" | 66 | source "drivers/bluetooth/Kconfig" |
diff --git a/net/bluetooth/bnep/Kconfig b/net/bluetooth/bnep/Kconfig index 71791fc9f6b1..9b70317c49dc 100644 --- a/net/bluetooth/bnep/Kconfig +++ b/net/bluetooth/bnep/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config BT_BNEP | 1 | config BT_BNEP |
2 | tristate "BNEP protocol support" | 2 | tristate "BNEP protocol support" |
3 | depends on BT | 3 | depends on BT_BREDR |
4 | select CRC32 | 4 | select CRC32 |
5 | help | 5 | help |
6 | BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet | 6 | BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet |
diff --git a/net/bluetooth/cmtp/Kconfig b/net/bluetooth/cmtp/Kconfig index 94cbf42ce155..939da0fbdd88 100644 --- a/net/bluetooth/cmtp/Kconfig +++ b/net/bluetooth/cmtp/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config BT_CMTP | 1 | config BT_CMTP |
2 | tristate "CMTP protocol support" | 2 | tristate "CMTP protocol support" |
3 | depends on BT && ISDN_CAPI | 3 | depends on BT_BREDR && ISDN_CAPI |
4 | help | 4 | help |
5 | CMTP (CAPI Message Transport Protocol) is a transport layer | 5 | CMTP (CAPI Message Transport Protocol) is a transport layer |
6 | for CAPI messages. CMTP is required for the Bluetooth Common | 6 | for CAPI messages. CMTP is required for the Bluetooth Common |
diff --git a/net/bluetooth/hidp/Kconfig b/net/bluetooth/hidp/Kconfig index 9332bc7aa851..bc8610b24077 100644 --- a/net/bluetooth/hidp/Kconfig +++ b/net/bluetooth/hidp/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config BT_HIDP | 1 | config BT_HIDP |
2 | tristate "HIDP protocol support" | 2 | tristate "HIDP protocol support" |
3 | depends on BT && INPUT | 3 | depends on BT_BREDR && INPUT |
4 | select HID | 4 | select HID |
5 | help | 5 | help |
6 | HIDP (Human Interface Device Protocol) is a transport layer | 6 | HIDP (Human Interface Device Protocol) is a transport layer |
diff --git a/net/bluetooth/rfcomm/Kconfig b/net/bluetooth/rfcomm/Kconfig index 18d352ea2bc7..335df7515220 100644 --- a/net/bluetooth/rfcomm/Kconfig +++ b/net/bluetooth/rfcomm/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config BT_RFCOMM | 1 | config BT_RFCOMM |
2 | tristate "RFCOMM protocol support" | 2 | tristate "RFCOMM protocol support" |
3 | depends on BT | 3 | depends on BT_BREDR |
4 | help | 4 | help |
5 | RFCOMM provides connection oriented stream transport. RFCOMM | 5 | RFCOMM provides connection oriented stream transport. RFCOMM |
6 | support is required for Dialup Networking, OBEX and other Bluetooth | 6 | support is required for Dialup Networking, OBEX and other Bluetooth |