CONSOLE_HANDLER was unconditionally selecting UART_INTERRUPT_DRIVEN (and depends on it in the code), but UART_INTERRUPT_DRIVEN depends on SERIAL && SERIAL_SUPPORT_INTERRUPT. Add a SERIAL_SUPPORT_INTERRUPT dependency to CONSOLE_HANDLER. CONSOLE_HANDLER already depends on UART_CONSOLE, which depends on SERIAL, so a SERIAL dependency does not need to be added. This avoids some selects with unsatisfied dependencies in CI. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ipm_console_receiver.c | ||
| ipm_console_sender.c | ||
| Kconfig | ||
| native_posix_console.c | ||
| ram_console.c | ||
| rtt_console.c | ||
| uart_console.c | ||
| uart_mcumgr.c | ||
| uart_pipe.c | ||
| xtensa_sim_console.c | ||