zephyr/drivers/modem
Michael Scott 39843617cb drivers: modem: WNCM14A2A select UART_INTERRUPT_DRIVEN
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>
2018-11-21 04:09:23 -06:00
..
CMakeLists.txt drivers: modem: add modem shell extension 2018-08-06 10:43:46 +03:00
Kconfig drivers: modem: WNCM14A2A select UART_INTERRUPT_DRIVEN 2018-11-21 04:09:23 -06:00
modem_receiver.c drivers: modem: register logging module 2018-10-15 10:48:11 -04:00
modem_shell.c drivers: modem: migrate modem shell to new shell API 2018-10-29 08:40:40 -04:00
wncm14a2a.c dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00