Commit 5acb7fc9 authored by Paul Sokolovsky's avatar Paul Sokolovsky Committed by Anas Nashif
Browse files

subsys: console: Make CONSOLE_GETCHAR and *_GETLINE optional



It should be possible to make both these options off, and that
should be default, otherwise targets not supporting them yet, e.g.
native_posix, have build issues.

Signed-off-by: default avatarPaul Sokolovsky <paul.sokolovsky@linaro.org>
parent f6d8ab82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ config CONSOLE_SUBSYS
if CONSOLE_SUBSYS
choice
	prompt "Console 'get' function selection"
	optional

config CONSOLE_GETCHAR
	bool "Character by character input and output"