Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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_camera"
  12. config AT_CAMERA_SUPPORT
  13. bool "Support AT CAM command"
  14. default n
  15. help
  16. When defined, AT CAM command will be used.
  17. if AT_CAMERA_SUPPORT
  18. config AT_CAMERA_PREV_WRITEFILE
  19. bool "Support AT camera prev write file"
  20. default y
  21. help
  22. When defined, will not lcd show.
  23. endif
  24. if SOC_8850
  25. config AT_CAMERA_PREV_DISPLAY_LCD
  26. bool "Support AT CAM lcd display"
  27. default y
  28. help
  29. When defined, AT CAM will be lcd display.
  30. config AT_CAMERA_TEST_MODE
  31. bool "Support AT CAM Test mode"
  32. default y
  33. help
  34. When defined, AT CAM will use test mode.
  35. config AT_BACKLIGHT
  36. bool "Support AT BACKLIGHT"
  37. default y
  38. help
  39. When defined, AT command will open backlight.
  40. endif
  41. endmenu