nuttx-apps/wireless/bluetooth/nimble/Kconfig
chao.an b5692d8034 style/code: remove unnecessary trailing whitespace
N/A

Signed-off-by: chao.an <anchao@xiaomi.com>
2020-11-28 12:20:10 +01:00

16 lines
330 B
Plaintext

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.
if NIMBLE
config NIMBLE_REF
string "Version"
default "nuttx"
---help---
Git ref name to use when downloading from nimBLE repo
endif