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:
parent
9e868b39b9
commit
bd92608d0d
1 changed files with 4 additions and 1 deletions
|
@ -21,6 +21,7 @@ menuconfig BLUETOOTH
|
||||||
default n
|
default n
|
||||||
select NANO_TIMEOUTS
|
select NANO_TIMEOUTS
|
||||||
select NET_BUF
|
select NET_BUF
|
||||||
|
select BLUETOOTH_LE
|
||||||
help
|
help
|
||||||
This option enables Bluetooth support.
|
This option enables Bluetooth support.
|
||||||
|
|
||||||
|
@ -29,7 +30,9 @@ config BLUETOOTH_LE
|
||||||
bool "Bluetooth Low Energy (LE) support"
|
bool "Bluetooth Low Energy (LE) support"
|
||||||
default n
|
default n
|
||||||
help
|
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
|
if BLUETOOTH_LE
|
||||||
config BLUETOOTH_HCI_CMD_COUNT
|
config BLUETOOTH_HCI_CMD_COUNT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue