nuttx/drivers/modem/altair
Alin Jerpelea 7153598124 Merged in alinjerpelea/nuttx (pull request #1066)
drivers: modem: altair: auto select SPI

The Altair hardware is connected to SPI and will not work without SPI support
The SPI_EXCHANGE is automaticaly enabled (default y) when SPI is selected.

Since SPI is mandatory it should be auto selected

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-11-04 14:24:44 +00:00
..
altmdm_dev.h Cosmetic changes from review of last PR. 2019-10-21 08:51:47 -06:00
altmdm_pm_state.c
altmdm_pm_state.h
altmdm_pm.c Cosmetic changes from review of last PR. 2019-10-21 08:51:47 -06:00
altmdm_pm.h
altmdm_spi.c Cosmetic changes from review of last PR. 2019-10-21 08:51:47 -06:00
altmdm_spi.h Cosmetic changes from review of last PR. 2019-10-21 08:51:47 -06:00
altmdm_sys.c Cosmetic changes from review of last PR. 2019-10-21 08:51:47 -06:00
altmdm_sys.h Cosmetic changes from review of last PR. 2019-10-21 08:51:47 -06:00
altmdm.c
Kconfig Merged in alinjerpelea/nuttx (pull request #1066) 2019-11-04 14:24:44 +00:00
Make.defs