drivers/modem/altair/Kconfig: Default for CONFIG_MODEM_ALTMDM should be 'n' and it must depend on CONFIG_SPI_EXCHANGE.

This commit is contained in:
Gregory Nutt 2019-10-25 16:12:59 -06:00
parent 1a0f5dec18
commit dae3640dc5

View File

@ -5,7 +5,8 @@
menuconfig MODEM_ALTMDM
bool "Altair modem support"
default y
default n
depends on SPI_EXCHANGE
---help---
Enable driver for the Altair modem.