Files
blinky/Kconfig

23 lines
441 B
Plaintext
Raw Normal View History

mainmenu "blinky"
source "Kconfig.zephyr"
menu "Application"
config BLINKY_BLE_BOND_MULTI
bool "Blinky BLE multi-slot bond support"
depends on BT_BONDABLE
depends on BT_SETTINGS
depends on CAF_SETTINGS_LOADER
depends on CAF_BLE_COMMON_EVENTS
select CAF_BLE_BOND_SUPPORTED
default y
help
Enable the application-specific Bluetooth LE multi-slot bond module.
endmenu
menu "Application Drivers"
rsource "drivers/Kconfig"
endmenu