Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. menuconfig AEM_WATCH_CONFIG
  2. bool "Application config for aem watch"
  3. config AEM_WATCH_SUPPORT
  4. bool "aem watch Support"
  5. help
  6. This option enables aem watch features
  7. if AEM_WATCH_SUPPORT
  8. config AEM_SCROLLER_DEBUG_FPS
  9. bool "aem scroller debug fps"
  10. default n
  11. help
  12. This option enables scroller debug fps
  13. config AEM_AOD_MODE_SUPPORT
  14. bool "aem watch aod mode support"
  15. default n
  16. help
  17. This aem watch aod mode support
  18. config AEM_MONITOR
  19. bool "aem watch monitor support"
  20. default n
  21. help
  22. This aem watch monitor support
  23. config AEM_WATCH_FULL_BG_SUPPORT
  24. bool "aem watch full bg support"
  25. default y
  26. help
  27. This aem watch full bg support
  28. config AEM_AUTO_TEST
  29. bool "aem auto test support"
  30. default n
  31. help
  32. This aem auto test support
  33. config AEM_FILESYSTEM_TEST
  34. bool "aem filesystem test support"
  35. default n
  36. help
  37. This aem filesystem test support
  38. config AEM_FLUSH_SINGLE_BUFFER
  39. bool "aem flush write use single buffer"
  40. default n
  41. help
  42. This aem flush write use single buffer
  43. config AEM_WATCH_SQUARE
  44. bool "aem watch square support"
  45. default n
  46. help
  47. This aem watch square support
  48. config AEM_MAG_SENSOR
  49. bool "aem magnetism Sensor support"
  50. default n
  51. help
  52. This aem magnetism Sensor support
  53. config AEM_BARO_SENSOR
  54. bool "aem barometer Sensor support"
  55. default n
  56. help
  57. This aem barometer Sensor support
  58. config AEM_DEFENDER
  59. bool "aem defender support"
  60. default n
  61. help
  62. This aem defender support
  63. rsource "driver/Kconfig"
  64. endif