From 656eca5399796dfc51eee56b9be06460f6935b60 Mon Sep 17 00:00:00 2001 From: chinky Date: Wed, 25 Dec 2024 19:22:44 +0800 Subject: [PATCH] =?UTF-8?q?[ppp=5Fdevice]=E4=BF=AE=E6=94=B9Kconfig?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=AD=E9=80=89=E6=8B=A9=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iot/ppp_device/Kconfig | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/iot/ppp_device/Kconfig b/iot/ppp_device/Kconfig index 2aec601922..f228ef1311 100644 --- a/iot/ppp_device/Kconfig +++ b/iot/ppp_device/Kconfig @@ -84,10 +84,7 @@ if PKG_USING_PPP_DEVICE string "the name of apn access password" endif - choice - prompt "Select modem type" - default PPP_DEVICE_USING_AIR720 - + menu "Select modem type" config PPP_DEVICE_USING_AIR720 bool "Luat Air720" @@ -102,7 +99,7 @@ if PKG_USING_PPP_DEVICE config PPP_DEVICE_USING_ML305 bool "China mobile ML305" - endchoice + endmenu config PPP_DEVICE_SAMPLE bool "Enable sample to use ppp device"