Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions iot/ppp_device/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"
Expand Down
Loading