12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- # Copyright (C) 2018 RDA Technologies Limited and/or its affiliates("RDA").
- # All rights reserved.
- #
- # This software is supplied "AS IS" without any warranties.
- # RDA assumes no responsibility or liability for the use of the software,
- # conveys no license or title under any patent, copyright, or mask work
- # right to the product. RDA reserves the right to make changes in the
- # software without notification. RDA also make no representation or
- # warranty that such application will be suitable for the specified use
- # without further testing or modification.
- menu "AT commands"
- orsource "audio/Kconfig"
- orsource "http/Kconfig"
- orsource "coap/Kconfig"
- orsource "ftp/Kconfig"
- orsource "tcpip/Kconfig"
- orsource "cfw/Kconfig"
- orsource "lwm2m/Kconfig"
- orsource "ssim/Kconfig"
- orsource "dm/Kconfig"
- orsource "cam/Kconfig"
- orsource "misc/Kconfig"
- orsource "mqtt/Kconfig"
- orsource "apn/Kconfig"
- orsource "cc/Kconfig"
- orsource "gc/Kconfig"
- orsource "sms/Kconfig"
- orsource "ss/Kconfig"
- orsource "pbk/Kconfig"
- orsource "gprs/Kconfig"
- orsource "nw/Kconfig"
- orsource "alic/Kconfig"
- orsource "bt/Kconfig"
- orsource "wifi/Kconfig"
- orsource "sim/Kconfig"
- orsource "iperf/Kconfig"
- orsource "cus/Kconfig"
- orsource "loc/Kconfig"
- orsource "ids/Kconfig"
- orsource "ctsm/Kconfig"
- orsource "unikey/Kconfig"
- orsource "uni_mqtt/Kconfig"
- endmenu
|