Kconfig 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Copyright (C) 2018 RDA Technologies Limited and/or its affiliates("RDA").
  2. # All rights reserved.
  3. #
  4. # This software is supplied "AS IS" without any warranties.
  5. # RDA assumes no responsibility or liability for the use of the software,
  6. # conveys no license or title under any patent, copyright, or mask work
  7. # right to the product. RDA reserves the right to make changes in the
  8. # software without notification. RDA also make no representation or
  9. # warranty that such application will be suitable for the specified use
  10. # without further testing or modification.
  11. menu "AT commands"
  12. orsource "audio/Kconfig"
  13. orsource "http/Kconfig"
  14. orsource "coap/Kconfig"
  15. orsource "ftp/Kconfig"
  16. orsource "tcpip/Kconfig"
  17. orsource "cfw/Kconfig"
  18. orsource "lwm2m/Kconfig"
  19. orsource "ssim/Kconfig"
  20. orsource "dm/Kconfig"
  21. orsource "cam/Kconfig"
  22. orsource "misc/Kconfig"
  23. orsource "mqtt/Kconfig"
  24. orsource "apn/Kconfig"
  25. orsource "cc/Kconfig"
  26. orsource "gc/Kconfig"
  27. orsource "sms/Kconfig"
  28. orsource "ss/Kconfig"
  29. orsource "pbk/Kconfig"
  30. orsource "gprs/Kconfig"
  31. orsource "nw/Kconfig"
  32. orsource "alic/Kconfig"
  33. orsource "bt/Kconfig"
  34. orsource "wifi/Kconfig"
  35. orsource "sim/Kconfig"
  36. orsource "iperf/Kconfig"
  37. orsource "cus/Kconfig"
  38. orsource "loc/Kconfig"
  39. orsource "ids/Kconfig"
  40. orsource "ctsm/Kconfig"
  41. orsource "unikey/Kconfig"
  42. orsource "uni_mqtt/Kconfig"
  43. endmenu