Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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_cc"
  12. config AT_CC_COMMAND_SUPPORT
  13. bool "AT_CC_COMMAND_SUPPORT enabled"
  14. # default n if SOC_8850 quectel modify.
  15. depends on QUEC_PROJECT_FEATURE_VOLTE #quectel add
  16. default n if SOC_8811
  17. default y
  18. select CC_COMMAND_SUPPORT
  19. help
  20. When enabled, some at command can be used, ie ATA
  21. config AT_CC_COMMAND_DAILUP_SUPPORT
  22. bool "AT_CC_COMMAND_DAILUP_SUPPORTSUPPORT enabled"
  23. default y
  24. select CC_COMMAND_DAILUP_SUPPORT
  25. help
  26. When enabled, D and CDU command can be used, ie ATA
  27. config DTMF_KEY_DETECT_SUPPORT
  28. bool "DTMF_KEY_DETECT_SUPPORT enabled"
  29. default n
  30. select AUDIO_CALL_KEYTONE_DETECT_SUPPORT
  31. help
  32. When enabled, CONFIG_DTMF_KEY_DETECT_SUPPORT will be defined
  33. endmenu