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 <arkadiusz.lichwa@tieto.com>
This commit is contained in:
Arkadiusz Lichwa 2015-11-13 12:55:57 +01:00 committed by Anas Nashif
commit bd92608d0d

View file

@ -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