Skip to content

Commit b854683

Browse files
donglyRbb666
authored andcommitted
[ppp_device]修改Kconfig文件中选择模块类型方式
1 parent 48bb084 commit b854683

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

iot/ppp_device/Kconfig

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ if PKG_USING_PPP_DEVICE
8484
string "the name of apn access password"
8585
endif
8686

87-
choice
88-
prompt "Select modem type"
89-
default PPP_DEVICE_USING_AIR720
90-
87+
menu "Select modem type"
9188
config PPP_DEVICE_USING_AIR720
9289
bool "Luat Air720"
9390

@@ -102,7 +99,7 @@ if PKG_USING_PPP_DEVICE
10299

103100
config PPP_DEVICE_USING_ML305
104101
bool "China mobile ML305"
105-
endchoice
102+
endmenu
106103

107104
config PPP_DEVICE_SAMPLE
108105
bool "Enable sample to use ppp device"

0 commit comments

Comments
 (0)