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:
parent
eea9d258a3
commit
1ec8b0ff0a
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue