Bluetooth: controller: Fix settings dependency

BT_CTLR_SETTINGS should not depend on BT_SETTINGS as this will prevent
using settings system in the controller in a controller only build.
(BT_SETTINGS depends on BT_HCI_HOST)

Signed-off-by: Thomas Ebert Hansen <thoh@oticon.com>
This commit is contained in:
Thomas Ebert Hansen 2019-11-29 13:02:22 +01:00 committed by Alberto Escolar
commit 4efbbce692

View file

@ -313,7 +313,7 @@ config BT_CTLR_TX_PWR_DYNAMIC_CONTROL
config BT_CTLR_SETTINGS
bool "Settings System"
depends on BT_SETTINGS
depends on SETTINGS
help
Enable use of settings system in controller.