diff --git a/subsys/console/Kconfig b/subsys/console/Kconfig index be46ea8281..8693baac65 100644 --- a/subsys/console/Kconfig +++ b/subsys/console/Kconfig @@ -11,7 +11,7 @@ if CONSOLE_SUBSYS choice prompt "Console 'get' function selection" optional - depends on UART_CONSOLE + depends on UART_CONSOLE && SERIAL_SUPPORT_INTERRUPT config CONSOLE_GETCHAR bool "Character by character input and output"