From bd92608d0d835631dcb3d6538c48dea8e8494e16 Mon Sep 17 00:00:00 2001 From: Arkadiusz Lichwa Date: Fri, 13 Nov 2015 12:55:57 +0100 Subject: [PATCH] Bluetooth: Kconfig: Require LE support whenever Bluetooth is enabled Enforce enabling LE support whenever Bluetooth support has been selected. Currently building Bluetooth support without LE is not supported. Change-Id: I90acabfa06db6045ee24173f62719a776efde740 Signed-off-by: Arkadiusz Lichwa --- net/bluetooth/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index d59a4892447..f4ee3bbcd00 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -21,6 +21,7 @@ menuconfig BLUETOOTH default n select NANO_TIMEOUTS select NET_BUF + select BLUETOOTH_LE help This option enables Bluetooth support. @@ -29,7 +30,9 @@ config BLUETOOTH_LE bool "Bluetooth Low Energy (LE) support" default n help - This option enables Bluetooth Low Energy (LE)" + This option enables Bluetooth Low Energy (LE) support. + Currently it is mandatory whenever Bluetooth support + (CONFIG_BLUETOOTH) is enabled. if BLUETOOTH_LE config BLUETOOTH_HCI_CMD_COUNT