Skip to content

Commit

Permalink
Bluetooth: Controller: Only show one prompt for experimental configs
Browse files Browse the repository at this point in the history
Uses the proposed workaround in
ulfalizer/Kconfiglib#117

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
  • Loading branch information
rugeGerritsen authored and carlescufi committed Mar 31, 2022
1 parent 8043fb9 commit 8649eb1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions subsys/bluetooth/controller/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,12 @@ config BT_CTLR_ADV_EXT
prompt "LE Advertising Extensions [EXPERIMENTAL]" if BT_LL_SW_SPLIT
select EXPERIMENTAL if BT_LL_SW_SPLIT

config PROMPT_ADJUSTMENT_WORKAROUND
bool
help
Unused and hidden Kconfig symbol to allow prompt adjustment.
Work around for https://github.com/ulfalizer/Kconfiglib/issues/117

if BT_CTLR_ADV_EXT

config BT_CTLR_ADV_SET
Expand Down Expand Up @@ -541,6 +547,9 @@ config BT_CTLR_ADV_PERIODIC
bool "LE Periodic Advertising in Advertising State [EXPERIMENTAL]" if BT_LL_SW_SPLIT
select EXPERIMENTAL if BT_LL_SW_SPLIT

config PROMPT_ADJUSTMENT_WORKAROUND
bool

config BT_CTLR_ADV_PERIODIC_ADI_SUPPORT
bool "Periodic Advertising ADI support"
depends on BT_CTLR_ADV_PERIODIC
Expand All @@ -561,6 +570,9 @@ config BT_CTLR_SYNC_PERIODIC
bool "LE Periodic Advertising in Synchronization State [EXPERIMENTAL]" if BT_LL_SW_SPLIT
select EXPERIMENTAL if BT_LL_SW_SPLIT

config PROMPT_ADJUSTMENT_WORKAROUND
bool

config BT_CTLR_SYNC_PERIODIC_ADV_LIST
bool "LE Periodic Advertiser List support"
depends on BT_CTLR_SYNC_PERIODIC
Expand Down

0 comments on commit 8649eb1

Please sign in to comment.