We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bb084 commit b854683Copy full SHA for b854683
iot/ppp_device/Kconfig
@@ -84,10 +84,7 @@ if PKG_USING_PPP_DEVICE
84
string "the name of apn access password"
85
endif
86
87
- choice
88
- prompt "Select modem type"
89
- default PPP_DEVICE_USING_AIR720
90
-
+ menu "Select modem type"
91
config PPP_DEVICE_USING_AIR720
92
bool "Luat Air720"
93
@@ -102,7 +99,7 @@ if PKG_USING_PPP_DEVICE
102
99
103
100
config PPP_DEVICE_USING_ML305
104
101
bool "China mobile ML305"
105
- endchoice
+ endmenu
106
107
config PPP_DEVICE_SAMPLE
108
bool "Enable sample to use ppp device"
0 commit comments