Bluetooth: tests: shell: Remove config not supported on native_posix

Remove CONFIG_CONSOLE_HANDLER from project configuration. When building
for native_posix this produces the following warning:

warning: CONSOLE_HANDLER was assigned the value 'y' but gotthe value 'n'
Check these unsatisfied dependencies: SERIAL_SUPPORT_INTERRUPT (=n)

The shell works without this option since this is handled by the shell
itself instead.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2020-02-26 17:44:45 +01:00 committed by Johan Hedberg
commit 98827e9f6d
3 changed files with 0 additions and 3 deletions

View file

@ -6,7 +6,6 @@ CONFIG_ISR_STACK_SIZE=1024
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
CONFIG_SHELL_STACK_SIZE=1728
CONFIG_CONSOLE_HANDLER=y
CONFIG_SHELL=y
CONFIG_SHELL_CMD_BUFF_SIZE=128

View file

@ -4,7 +4,6 @@ CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
CONFIG_TEST=y
CONFIG_TEST_LOGGING_DEFAULTS=n
CONFIG_BT=y
CONFIG_CONSOLE_HANDLER=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_CENTRAL=y
CONFIG_BT_PERIPHERAL=y

View file

@ -2,7 +2,6 @@ CONFIG_TEST=y
CONFIG_BT=y
CONFIG_BT_BREDR=y
CONFIG_BT_RFCOMM=y
CONFIG_CONSOLE_HANDLER=y
CONFIG_BT_SHELL=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_CENTRAL=y