bluetooth: kconfig: Do not assign promptless BT_DEBUG
BT_DEBUG is a promptless helper symbol, defined in subsys/bluetooth/common/Kconfig. It is selected by BT_DEBUG_LOG, which these configuration files also enable. Flagged by https://github.com/zephyrproject-rtos/zephyr/pull/20742. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
ebaed210c7
commit
1b451e0bed
3 changed files with 0 additions and 3 deletions
|
@ -3,6 +3,5 @@ CONFIG_BT_DEBUG_LOG=y
|
|||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_DEVICE_NAME="P2PSRV1"
|
||||
CONFIG_BT_GATT_CLIENT=y
|
||||
CONFIG_BT_DEBUG=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_LOG_BUFFER_SIZE=2048
|
||||
|
|
|
@ -23,7 +23,6 @@ CONFIG_BT_HCI_ACL_FLOW_CONTROL=y
|
|||
CONFIG_BT_L2CAP_RX_MTU=512
|
||||
CONFIG_BT_L2CAP_TX_MTU=512
|
||||
CONFIG_BT_CTLR_RX_BUFFERS=3
|
||||
CONFIG_BT_DEBUG=y
|
||||
CONFIG_BT_DEBUG_LOG=y
|
||||
#
|
||||
# To make DEVICE Name writable...
|
||||
|
|
|
@ -6,7 +6,6 @@ CONFIG_BT_PERIPHERAL=y
|
|||
CONFIG_BT_CENTRAL=y
|
||||
CONFIG_BT_DEBUG_LOG=y
|
||||
# CONFIG_BT_DEBUG_HCI_CORE=y
|
||||
CONFIG_BT_DEBUG=y
|
||||
CONFIG_BT_DEBUG_RPA=y
|
||||
CONFIG_BT_DEBUG_CONN=y
|
||||
CONFIG_BT_ECC=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue