Bluetooth: Remove CONFIG_BLUETOOTH_DEBUG_HCI_CORE from samples
There's no point in enabling BLUETOOTH_DEBUG_HCI_CORE for the samples as the user/developer is unlikely to be interested in this specific sub-module of the Bluetooth stack. The samples already have the BLUETOOTH_DEBUG enabled, so leave it up to the user/developer to decide if they want to add specific sub-module debug options. Change-Id: I327086464561667a2462db0aab00d0ffcdd40d4c Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
544cb1433c
commit
06098aa73e
|
@ -2,4 +2,3 @@ CONFIG_TEST_RANDOM_GENERATOR=y
|
|||
CONFIG_BLUETOOTH=y
|
||||
CONFIG_BLUETOOTH_UART=y
|
||||
CONFIG_BLUETOOTH_DEBUG=y
|
||||
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
||||
|
|
|
@ -2,4 +2,3 @@ CONFIG_TEST_RANDOM_GENERATOR=y
|
|||
CONFIG_BLUETOOTH=y
|
||||
CONFIG_BLUETOOTH_UART=y
|
||||
CONFIG_BLUETOOTH_DEBUG=y
|
||||
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
||||
|
|
|
@ -2,4 +2,3 @@ CONFIG_TEST_RANDOM_GENERATOR=y
|
|||
CONFIG_BLUETOOTH=y
|
||||
CONFIG_BLUETOOTH_UART=y
|
||||
CONFIG_BLUETOOTH_DEBUG=y
|
||||
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
CONFIG_BLUETOOTH=y
|
||||
CONFIG_BLUETOOTH_UART=y
|
||||
CONFIG_BLUETOOTH_DEBUG=y
|
||||
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
||||
|
|
|
@ -2,4 +2,3 @@ CONFIG_TEST_RANDOM_GENERATOR=y
|
|||
CONFIG_BLUETOOTH=y
|
||||
CONFIG_BLUETOOTH_UART=y
|
||||
CONFIG_BLUETOOTH_DEBUG=y
|
||||
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
||||
|
|
|
@ -5,4 +5,3 @@ CONFIG_BLUETOOTH=y
|
|||
CONFIG_BLUETOOTH_UART=n
|
||||
CONFIG_BLUETOOTH_DEBUG=y
|
||||
CONFIG_UART_INTERRUPT_DRIVEN=n
|
||||
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
||||
|
|
|
@ -5,4 +5,3 @@ CONFIG_BLUETOOTH=y
|
|||
CONFIG_BLUETOOTH_UART=n
|
||||
CONFIG_BLUETOOTH_DEBUG=y
|
||||
CONFIG_UART_INTERRUPT_DRIVEN=n
|
||||
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
||||
|
|
|
@ -4,4 +4,3 @@ CONFIG_TEST_RANDOM_GENERATOR=y
|
|||
CONFIG_BLUETOOTH=y
|
||||
CONFIG_BLUETOOTH_UART=y
|
||||
CONFIG_BLUETOOTH_DEBUG=y
|
||||
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
||||
|
|
|
@ -4,4 +4,3 @@ CONFIG_TEST_RANDOM_GENERATOR=y
|
|||
CONFIG_BLUETOOTH=y
|
||||
CONFIG_BLUETOOTH_UART=y
|
||||
CONFIG_BLUETOOTH_DEBUG=y
|
||||
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
||||
|
|
|
@ -4,5 +4,4 @@ CONFIG_TEST_RANDOM_GENERATOR=y
|
|||
CONFIG_BLUETOOTH=y
|
||||
CONFIG_BLUETOOTH_UART=y
|
||||
CONFIG_BLUETOOTH_DEBUG=y
|
||||
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
||||
CONFIG_CONSOLE_HANDLER=y
|
||||
|
|
|
@ -4,5 +4,4 @@ CONFIG_TEST_RANDOM_GENERATOR=y
|
|||
CONFIG_BLUETOOTH=y
|
||||
CONFIG_BLUETOOTH_UART=y
|
||||
CONFIG_BLUETOOTH_DEBUG=y
|
||||
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
||||
CONFIG_CONSOLE_HANDLER=y
|
||||
|
|
|
@ -5,4 +5,3 @@ CONFIG_BLUETOOTH=y
|
|||
CONFIG_BLUETOOTH_UART=n
|
||||
CONFIG_BLUETOOTH_DEBUG=y
|
||||
CONFIG_UART_INTERRUPT_DRIVEN=n
|
||||
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
||||
|
|
|
@ -5,4 +5,3 @@ CONFIG_BLUETOOTH=y
|
|||
CONFIG_BLUETOOTH_UART=n
|
||||
CONFIG_BLUETOOTH_DEBUG=y
|
||||
CONFIG_UART_INTERRUPT_DRIVEN=n
|
||||
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
||||
|
|
Loading…
Reference in a new issue