From 98827e9f6d3510fc52b995861fb39d4274ba9e5b Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Wed, 26 Feb 2020 17:44:45 +0100 Subject: [PATCH] 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 --- tests/bluetooth/mesh_shell/prj.conf | 1 - tests/bluetooth/shell/prj.conf | 1 - tests/bluetooth/shell/prj_br.conf | 1 - 3 files changed, 3 deletions(-) diff --git a/tests/bluetooth/mesh_shell/prj.conf b/tests/bluetooth/mesh_shell/prj.conf index a54a431bef1..318f55ed540 100644 --- a/tests/bluetooth/mesh_shell/prj.conf +++ b/tests/bluetooth/mesh_shell/prj.conf @@ -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 diff --git a/tests/bluetooth/shell/prj.conf b/tests/bluetooth/shell/prj.conf index b2248f2dcaa..bfcc356205a 100644 --- a/tests/bluetooth/shell/prj.conf +++ b/tests/bluetooth/shell/prj.conf @@ -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 diff --git a/tests/bluetooth/shell/prj_br.conf b/tests/bluetooth/shell/prj_br.conf index 42f663e2837..ee0ead4858e 100644 --- a/tests/bluetooth/shell/prj_br.conf +++ b/tests/bluetooth/shell/prj_br.conf @@ -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