mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 15:05:22 +00:00
Modem driver for WNCM14A2A was erroneously leaving the selection of UART_INTERRUPT_DRIVEN up to CONSOLE_HANDLER. Now, with the move to the new SHELL backend, this is no longer happening. Let's select it from the modem driver, instead of depending on it. Let's also add a dependency on SERIAL_SUPPORT_INTERRUPT which the serial drivers enable to let us know UART_INTERRUPT_DRIVEN is available. Signed-off-by: Michael Scott <mike@foundries.io> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
modem_receiver.c | ||
modem_shell.c | ||
wncm14a2a.c |