bluetooth: controller: Kconfig: Move split LL helper configs to file

These configs are not generic.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
Rubin Gerritsen 2020-07-12 14:55:45 +02:00 committed by Carles Cufí
commit 1ec8b0ff0a
2 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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