Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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_sms"
  12. config AT_SMS_COMMAND_SUPPORT
  13. bool "AT_SMS_COMMAND_SUPPORT enabled"
  14. default y
  15. select SMS_COMMAND_SUPPORT
  16. help
  17. When enabled, some at command can be used, ie CSCB
  18. config CONCAT_SMS_SUPPORT
  19. bool "CONCAT_SMS_SUPPORT enabled"
  20. default y if SOC_8850
  21. default n
  22. help
  23. When enabled, CONFIG_CONCAT_SMS_SUPPORT will be defined
  24. config LIMITED_NUMBER_SMS_SUPPORT
  25. bool "LIMITED_NUMBER_SMS_SUPPORT enabled"
  26. default n
  27. help
  28. When enabled, CONFIG_LIMITED_NUMBER_SMS_SUPPORT will be defined
  29. config AT_SMS_CB_SUPPORT
  30. bool "SMS_CB_SUPPORT enabled"
  31. default y if SOC_8910 || SOC_8850
  32. default n
  33. help
  34. When enabled, Cell Broadcast Service will be supported
  35. endmenu