From 8649eb122ee9069eb0387ac8565dae73162cea7a 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 --- subsys/bluetooth/controller/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index c82c4c0c4c6233..de627d1b9ac962 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