From 1ec8b0ff0ab6ef97e36dc8f23d00d98ce54336f0 Mon Sep 17 00:00:00 2001 From: Rubin Gerritsen Date: Sun, 12 Jul 2020 14:55:45 +0200 Subject: [PATCH] bluetooth: controller: Kconfig: Move split LL helper configs to file These configs are not generic. Signed-off-by: Rubin Gerritsen --- subsys/bluetooth/controller/Kconfig | 9 --------- subsys/bluetooth/controller/Kconfig.ll_sw_split | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index 7758463fa4c..6f28e76f66d 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -51,15 +51,6 @@ config BT_CTLR_DTM_HCI_SUPPORT config BT_CTLR_SMI_SUPPORT bool -config BT_CTLR_XTAL_ADVANCED_SUPPORT - bool - -config BT_CTLR_SCHED_ADVANCED_SUPPORT - bool - -config BT_CTLR_TIFS_HW_SUPPORT - bool - config BT_CTLR bool "Bluetooth Controller" select BT_CTLR_CONN_RSSI if BT_CONN && BT_HCI_RAW diff --git a/subsys/bluetooth/controller/Kconfig.ll_sw_split b/subsys/bluetooth/controller/Kconfig.ll_sw_split index 3cd0d82ed81..6549f8eee6d 100644 --- a/subsys/bluetooth/controller/Kconfig.ll_sw_split +++ b/subsys/bluetooth/controller/Kconfig.ll_sw_split @@ -5,6 +5,15 @@ if BT_LL_SW_SPLIT +config BT_CTLR_XTAL_ADVANCED_SUPPORT + bool + +config BT_CTLR_SCHED_ADVANCED_SUPPORT + bool + +config BT_CTLR_TIFS_HW_SUPPORT + bool + config BT_CTLR_ADVANCED_FEATURES bool "Show advanced features" help