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:
parent
1a0f5dec18
commit
dae3640dc5
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
||||||
|
|
||||||
menuconfig MODEM_ALTMDM
|
menuconfig MODEM_ALTMDM
|
||||||
bool "Altair modem support"
|
bool "Altair modem support"
|
||||||
default y
|
default n
|
||||||
|
depends on SPI_EXCHANGE
|
||||||
---help---
|
---help---
|
||||||
Enable driver for the Altair modem.
|
Enable driver for the Altair modem.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue