Skip to content

Commit

Permalink
Bluetooth: controller: Fix settings dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
thoh-ot authored and aescolar committed Feb 4, 2020
1 parent a28f8fb commit 4efbbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/bluetooth/controller/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4efbbce

Please sign in to comment.