12345678910111213141516171819202122232425262728 |
- menu "at_dm"
- choice
- prompt "DM feature"
- default AT_DM_CUS_SUPPORT if AT_CUS_SUPPORT
- default AT_DM_SUPPORT
- config AT_DM_SUPPORT
- bool "AT_DM_SUPPORT enabled"
- depends on NET_DM_CISSDK_SUPPORT || NET_DM_LWM2M_SUPPORT
- config AT_DM_CUS_SUPPORT
- bool "AT_DM_CUS_SUPPORT enabled"
- depends on NET_DM_CUS_SUPPORT
- config AT_NO_DM_SUPPORT
- bool "AT DM not support"
- endchoice
- endmenu
|