From 14680cf4ffc51806efbc57953eab2c69b76629f7 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Thu, 11 Feb 2016 15:20:30 +0200 Subject: [PATCH] drivers/nble: Add Kconfig option to debug UART driver Change-Id: I49d3b2f29039e85247329e307d17085b5b5abfe9 Signed-off-by: Andrei Emeltchenko --- drivers/nble/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/nble/Kconfig b/drivers/nble/Kconfig index 750f3bee4d9..31e74232973 100644 --- a/drivers/nble/Kconfig +++ b/drivers/nble/Kconfig @@ -64,6 +64,13 @@ config 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 bool "Bluetooth Generic Attribute Profile (GATT) debug" default n