From 71707745b24702fd3ff784f606acc6f2d82484b7 Mon Sep 17 00:00:00 2001 From: Yong Cong Sin Date: Sun, 20 Feb 2022 18:04:28 +0800 Subject: [PATCH] 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 --- drivers/modem/Kconfig.gsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/modem/Kconfig.gsm b/drivers/modem/Kconfig.gsm index d2d43c3ab2e..4c2735428e7 100644 --- a/drivers/modem/Kconfig.gsm +++ b/drivers/modem/Kconfig.gsm @@ -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