zephyr/samples/microkernel/test/test_bluetooth/prj_x86.conf
Andrei Emeltchenko 781c5be2e5 Bluetooth: Enable HCI_CORE debug for samples
This enables debug for HCI_CORE for samples.

Change-Id: Ide0b3c3db0165a5d00439a7bd05fb516bf67a2f5
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-02-05 20:13:50 -05:00

9 lines
270 B
Plaintext

# Let stack canaries use non-random number generator.
# This option is NOT to be used in production code.
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_UART=n
CONFIG_BLUETOOTH_DEBUG=y
CONFIG_UART_INTERRUPT_DRIVEN=n
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y