drivers: modem: gsm: Kconfig: Add MODEM_GSM_TYPE to choice
Add a name for the choice of gsm modem so that it can be default to a certain type in board's Kconfig. Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
parent
747f1f8f53
commit
71707745b2
|
@ -13,7 +13,7 @@ config MODEM_GSM_PPP
|
|||
|
||||
if MODEM_GSM_PPP
|
||||
|
||||
choice
|
||||
choice MODEM_GSM_TYPE
|
||||
prompt "Modem type"
|
||||
default MODEM_GSM_GENERIC
|
||||
help
|
||||
|
|
Loading…
Reference in a new issue