We are currently disabling CONFIG_DISABLE_INPUT, which is non-existent option. It makes sense to _enable_ the option though after fixing the typo, to get more coverage. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- common/boards/configs/noshell.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/boards/configs/noshell.config b/common/boards/configs/noshell.config index 4696a1b3f971..3a91187f9188 100644 --- a/common/boards/configs/noshell.config +++ b/common/boards/configs/noshell.config @@ -1,2 +1,2 @@ CONFIG_SHELL_NONE=y -# CONFIG_DISABLE_INPUT is not set +CONFIG_CONSOLE_DISABLE_INPUT=y -- 2.39.5