Initial import of firmware and host projects
This commit is contained in:
17
Kconfig
Normal file
17
Kconfig
Normal file
@@ -0,0 +1,17 @@
|
||||
menu "new_kbd"
|
||||
|
||||
config NEW_KBD_BLE_BOND_ENABLE
|
||||
bool "Enable app-specific BLE bond support"
|
||||
default y
|
||||
depends on BT_BONDABLE
|
||||
depends on BT_SETTINGS
|
||||
depends on CAF_SETTINGS_LOADER
|
||||
depends on CAF_BLE_COMMON_EVENTS
|
||||
select CAF_BLE_BOND_SUPPORTED
|
||||
help
|
||||
Inform CAF modules that the application provides its own BLE bond
|
||||
implementation and advertising must wait for it to become ready.
|
||||
|
||||
endmenu
|
||||
|
||||
source "Kconfig.zephyr"
|
||||
Reference in New Issue
Block a user