From f04de6a6c57afe67954a8007e3635ee6f3f32cbb Mon Sep 17 00:00:00 2001 From: Rubin Gerritsen Date: Fri, 18 Feb 2022 11:12:28 +0100 Subject: [PATCH] Bluetooth: Controller: Only show one prompt for experimental configs Uses the proposed workaround in https://github.com/ulfalizer/Kconfiglib/issues/117 Signed-off-by: Rubin Gerritsen GitOrigin-RevId: 8649eb122ee9069eb0387ac8565dae73162cea7a Change-Id: I422eb6d09d9bfdbcfff19bcbc462f8132ebe2393 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/3562860 Tested-by: CopyBot Service Account Reviewed-by: Keith Short Commit-Queue: Keith Short Tested-by: Keith Short --- subsys/bluetooth/controller/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index c82c4c0c4c6..de627d1b9ac 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -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 @@ -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 @@ -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