summaryrefslogtreecommitdiff
path: root/samples/bluetooth/peripheral/prj_nble.conf
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2016-02-11 15:32:14 +0200
committerAndrei Emeltchenko <andrei.emeltchenko@intel.com>2016-02-11 15:34:53 +0200
commitb436fa16b588af27b6e17cdcba3871ffa618efbe (patch)
tree6775a218e0f926c662c990dd3a2338fde5561757 /samples/bluetooth/peripheral/prj_nble.conf
parent14680cf4ffc51806efbc57953eab2c69b76629f7 (diff)
drivers/nble: Enable UART debug only if BLUETOOTH_DEBUG_DRIVER enabled
This allows to decrease number debug messages using config option. Change-Id: I987d25c6d4b18503d6beb7feab97e9207100323d Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Diffstat (limited to 'samples/bluetooth/peripheral/prj_nble.conf')
-rw-r--r--samples/bluetooth/peripheral/prj_nble.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bluetooth/peripheral/prj_nble.conf b/samples/bluetooth/peripheral/prj_nble.conf
index ba9f2e8b1..4e25bdbdd 100644
--- a/samples/bluetooth/peripheral/prj_nble.conf
+++ b/samples/bluetooth/peripheral/prj_nble.conf
@@ -1,3 +1,4 @@
CONFIG_NBLE=y
CONFIG_ARC_INIT=n
CONFIG_BLUETOOTH_DEBUG=y
+CONFIG_BLUETOOTH_DEBUG_DRIVER=y