Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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_cmd_unisoc"
  12. config AT_UNISOC_SPECIAL_SUPPORT
  13. bool "UNISOC special AT command support"
  14. default y if SOC_8910 || SOC_8811 || SOC_8850
  15. default n
  16. if AT_UNISOC_SPECIAL_SUPPORT
  17. config AT_EMMCDDRSIZE_SUPPORT
  18. bool "Enable +EMMCDDRSIZE"
  19. default y
  20. help
  21. AT command to read flash and RAM(PSRAM or DDR) capacity
  22. config AT_U_CREATE_AT_CHANNEL
  23. bool "Create AT channel (UNISOC)"
  24. default y
  25. endif
  26. config AT_UTEST_SUPPORT
  27. bool "Support Utest for I2C, GPIO and PM"
  28. default n
  29. help
  30. When defined, UTEST AT Command can be used.
  31. config AT_ARMLOG_SUPPORT
  32. bool "Support ArmLogel AT command or not"
  33. default y if KERNEL_DIAG_TRACE
  34. default n
  35. config AT_SELFREG_SUPPORT
  36. bool "AT_SELFREG_SUPPORT enabled"
  37. depends on NET_SELFREG_COAP_SUPPORT
  38. default y
  39. help
  40. When enabled, AT_DM_SUPPORT will be defined
  41. endmenu