Bluetooth: controller: Hide advance features in Kconfig
Added a explicit Kconfig option to show the Controller's advanced feature configurations. These feature configurations need specific in-depth Controller implementation knowledge and should not overwhelm normal users of the Controller. Change-id: Iae764f2b266b199cf180936c51c7a4ea089ee510 Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
This commit is contained in:
parent
f38d57cba3
commit
16bd3d48db
1 changed files with 10 additions and 0 deletions
|
@ -91,6 +91,14 @@ config BLUETOOTH_CONTROLLER_DATA_LENGTH_MAX
|
|||
help
|
||||
Set the maximum data length of PDU supported in the Controller.
|
||||
|
||||
config BLUETOOTH_CONTROLLER_ADVANCED_FEATURES
|
||||
bool "Show advanced features"
|
||||
help
|
||||
Makes advanced features visible to controller developers.
|
||||
|
||||
menu "Advanced features"
|
||||
visible if BLUETOOTH_CONTROLLER_ADVANCED_FEATURES
|
||||
|
||||
config BLUETOOTH_CONTROLLER_XTAL_ADVANCED
|
||||
bool "Advanced event preparation"
|
||||
default y
|
||||
|
@ -165,6 +173,8 @@ config BLUETOOTH_CONTROLLER_ADV_INDICATION
|
|||
help
|
||||
Generate events indicating on air advertisement events.
|
||||
|
||||
endmenu
|
||||
|
||||
comment "BLE Controller debug configuration"
|
||||
|
||||
config BLUETOOTH_CONTROLLER_ASSERT_HANDLER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue