From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Configure option UART_HOSTDRV_INTERRUPT_DRIVEN enables ISR support making it possible to use CONSOLE_HANDLER and other dependent options. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- make/target/kconfig/modules/io.kconf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/make/target/kconfig/modules/io.kconf b/make/target/kconfig/modules/io.kconf index acf6677..ec4461a 100644 --- a/make/target/kconfig/modules/io.kconf +++ b/make/target/kconfig/modules/io.kconf @@ -52,6 +52,14 @@ config PRINTK Output is sent immediately, without any mutual exclusion or buffering. +config UART_HOSTDRV_INTERRUPT_DRIVEN + bool + prompt "Interrupt driven console support" + default n + help + This option enables interrupt support for UART allowing console + input. + config CONSOLE_HANDLER bool prompt "Enable console input handler" -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html