nuttx-apps/wireless/bluetooth/nimble/Kconfig

16 lines
331 B
Plaintext
Raw Normal View History

2020-10-26 18:54:46 +01:00
config NIMBLE
bool "Apache nimBLE (BLE host-layer)"
default n
depends on !WIRELESS_BLUETOOTH_HOST
---help---
Enable Apache nimBLE Bluetooth Low Energy
host-layer stack.
2020-10-26 18:54:46 +01:00
if NIMBLE
config NIMBLE_REF
string "Version"
2020-12-18 15:22:04 +01:00
default "master"
2020-10-26 18:54:46 +01:00
---help---
Git ref name to use when downloading from nimBLE repo
endif