|
@@ -39,11 +39,10 @@ menuconfig BT
|
|
to Bluetooth kernel modules are provided in the BlueZ packages. For
|
|
to Bluetooth kernel modules are provided in the BlueZ packages. For
|
|
more information, see <http://www.bluez.org/>.
|
|
more information, see <http://www.bluez.org/>.
|
|
|
|
|
|
-config BT_6LOWPAN
|
|
|
|
- tristate "Bluetooth 6LoWPAN support"
|
|
|
|
- depends on BT && 6LOWPAN
|
|
|
|
- help
|
|
|
|
- IPv6 compression over Bluetooth Low Energy.
|
|
|
|
|
|
+config BT_BREDR
|
|
|
|
+ bool "Bluetooth Classic (BR/EDR) features"
|
|
|
|
+ depends on BT
|
|
|
|
+ default y
|
|
|
|
|
|
source "net/bluetooth/rfcomm/Kconfig"
|
|
source "net/bluetooth/rfcomm/Kconfig"
|
|
|
|
|
|
@@ -53,4 +52,15 @@ source "net/bluetooth/cmtp/Kconfig"
|
|
|
|
|
|
source "net/bluetooth/hidp/Kconfig"
|
|
source "net/bluetooth/hidp/Kconfig"
|
|
|
|
|
|
|
|
+config BT_LE
|
|
|
|
+ bool "Bluetooth Low Energy (LE) features"
|
|
|
|
+ depends on BT
|
|
|
|
+ default y
|
|
|
|
+
|
|
|
|
+config BT_6LOWPAN
|
|
|
|
+ tristate "Bluetooth 6LoWPAN support"
|
|
|
|
+ depends on BT_LE && 6LOWPAN
|
|
|
|
+ help
|
|
|
|
+ IPv6 compression over Bluetooth Low Energy.
|
|
|
|
+
|
|
source "drivers/bluetooth/Kconfig"
|
|
source "drivers/bluetooth/Kconfig"
|