Add support for nanokernel build for shell application. Change-Id: Idf5f3673050c2ac4c941dc9164536fc487e9216b Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
9 lines
264 B
Plaintext
9 lines
264 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=y
|
|
CONFIG_BLUETOOTH_DEBUG=y
|
|
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
|
CONFIG_CONSOLE_HANDLER=y
|