Bluetooth: nble: Remove enabling debug by default
Enabling BLUETOOTH_DEBUG enables also serial console conflicting with tester reusing the same UART. Change-Id: I8058a019e61146ff05cc44ab543cf6ec9ff418ef Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
78b0b6dd62
commit
e539c3b99c
4 changed files with 4 additions and 2 deletions
|
@ -23,7 +23,6 @@ config NBLE
|
||||||
select BLUETOOTH_CENTRAL
|
select BLUETOOTH_CENTRAL
|
||||||
select BLUETOOTH_GATT_CLIENT
|
select BLUETOOTH_GATT_CLIENT
|
||||||
select BLUETOOTH_SMP
|
select BLUETOOTH_SMP
|
||||||
select BLUETOOTH_DEBUG
|
|
||||||
select UART_INTERRUPT_DRIVEN
|
select UART_INTERRUPT_DRIVEN
|
||||||
select NANO_TIMEOUTS
|
select NANO_TIMEOUTS
|
||||||
select NET_BUF
|
select NET_BUF
|
||||||
|
@ -55,7 +54,7 @@ config BLUETOOTH_MAX_PAIRED
|
||||||
default 7
|
default 7
|
||||||
|
|
||||||
config BLUETOOTH_DEBUG
|
config BLUETOOTH_DEBUG
|
||||||
bool
|
bool "Enable Debug"
|
||||||
default n
|
default n
|
||||||
select STDOUT_CONSOLE
|
select STDOUT_CONSOLE
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
CONFIG_NBLE=y
|
CONFIG_NBLE=y
|
||||||
CONFIG_ARC_INIT=n
|
CONFIG_ARC_INIT=n
|
||||||
|
CONFIG_BLUETOOTH_DEBUG=y
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||||
CONFIG_NBLE=y
|
CONFIG_NBLE=y
|
||||||
CONFIG_ARC_INIT=n
|
CONFIG_ARC_INIT=n
|
||||||
|
CONFIG_BLUETOOTH_DEBUG=y
|
||||||
|
|
|
@ -4,3 +4,4 @@ CONFIG_NBLE=y
|
||||||
CONFIG_ARC_INIT=n
|
CONFIG_ARC_INIT=n
|
||||||
CONFIG_CONSOLE_HANDLER=y
|
CONFIG_CONSOLE_HANDLER=y
|
||||||
CONFIG_CONSOLE_HANDLER_SHELL=y
|
CONFIG_CONSOLE_HANDLER_SHELL=y
|
||||||
|
CONFIG_BLUETOOTH_DEBUG=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue