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 <[email protected]>
GitOrigin-RevId: 8649eb1
Change-Id: I422eb6d09d9bfdbcfff19bcbc462f8132ebe2393
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/3562860
Tested-by: CopyBot Service Account <[email protected]>
Reviewed-by: Keith Short <[email protected]>
Commit-Queue: Keith Short <[email protected]>
Tested-by: Keith Short <[email protected]>
  • Loading branch information
rugeGerritsen authored and Chromeos LUCI committed Mar 31, 2022
1 parent 0f5731e commit f04de6a
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 f04de6a

Please sign in to comment.