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:
parent
a28f8fbef5
commit
4efbbce692
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue