drivers/nble: Add Kconfig option to debug UART driver
Change-Id: I49d3b2f29039e85247329e307d17085b5b5abfe9 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
4c11dda411
commit
14680cf4ff
1 changed files with 7 additions and 0 deletions
|
@ -64,6 +64,13 @@ config BLUETOOTH_DEBUG
|
||||||
|
|
||||||
if BLUETOOTH_DEBUG
|
if BLUETOOTH_DEBUG
|
||||||
|
|
||||||
|
config BLUETOOTH_DEBUG_DRIVER
|
||||||
|
bool "Bluetooth driver debug"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
This option enables debug support for the chosen
|
||||||
|
Bluetooth UART driver to Nordic chip.
|
||||||
|
|
||||||
config BLUETOOTH_DEBUG_GATT
|
config BLUETOOTH_DEBUG_GATT
|
||||||
bool "Bluetooth Generic Attribute Profile (GATT) debug"
|
bool "Bluetooth Generic Attribute Profile (GATT) debug"
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue