Skip to content

Commit

Permalink
[ppp_device]修改Kconfig文件中选择模块类型方式
Browse files Browse the repository at this point in the history
  • Loading branch information
dongly authored and Rbb666 committed Jan 2, 2025
1 parent 48bb084 commit b854683
Showing 1 changed file with 2 additions and 5 deletions.
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

0 comments on commit b854683

Please sign in to comment.