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>
This commit is contained in:
Alin Jerpelea 2019-11-04 14:24:44 +00:00 committed by Gregory Nutt
parent 800e12fc42
commit 7153598124
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
menuconfig MODEM_ALTMDM
bool "Altair modem support"
default n
depends on SPI_EXCHANGE
select SPI
---help---
Enable driver for the Altair modem.