zephyr/subsys/bluetooth/controller
Szymon Janc e3bf53566e Bluetooth: controller: Fix disabling LE Encryption support
Symbols without prompt cannot be configured from application
configuration file.

warning: BT_CTLR_LE_ENC (defined at subsys/bluetooth/controller/
Kconfig:198) was assigned the value 'n' but got the value 'y'.
This symbol has no prompt, meaning assignments in configuration files
have no effect on it. It can only be set indirectly, via Kconfig
defaults (e.g. in a Kconfig.defconfig file) or through being 'select'ed
or 'imply'd (note: try to avoid Kconfig 'select's except for trivial
promptless "helper" symbols without dependencies, as it ignores
dependencies and forces symbols on).

Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
2018-07-25 13:52:03 +03:00
..
crypto Bluetooth: Remove rand driver and use entropy instead 2018-03-14 16:47:50 +01:00
hal arch: arm: nrf: remove kernel_includes.h from nRF5x soc.h inclusions 2018-07-02 16:50:10 +02:00
hci Bluetooth: controller: Remove include guards in internal files 2018-06-14 17:11:42 +02:00
include Bluetooth: controller: Remove include guards in internal files 2018-06-14 17:11:42 +02:00
ll_sw Bluetooth: controller: Fix empty_pkt_us_get for 2M phy. 2018-07-03 22:47:45 -04:00
ticker Bluetooth: controller: Remove include guards in internal files 2018-06-14 17:11:42 +02:00
util Bluetooth: controller: Remove include guards in internal files 2018-06-14 17:11:42 +02:00
CMakeLists.txt Bluetooth: Reorganize Kconfig options for BLE controller 2018-07-02 11:59:43 +02:00
Kconfig Bluetooth: controller: Fix disabling LE Encryption support 2018-07-25 13:52:03 +03:00