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:
Yong Cong Sin 2022-02-20 18:04:28 +08:00 committed by Maureen Helm
parent 747f1f8f53
commit 71707745b2

View file

@ -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