1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- menuconfig AEM_WATCH_CONFIG
- bool "Application config for aem watch"
- config AEM_WATCH_SUPPORT
- bool "aem watch Support"
- help
- This option enables aem watch features
- if AEM_WATCH_SUPPORT
- config AEM_SCROLLER_DEBUG_FPS
- bool "aem scroller debug fps"
- default n
- help
- This option enables scroller debug fps
- config AEM_AOD_MODE_SUPPORT
- bool "aem watch aod mode support"
- default n
- help
- This aem watch aod mode support
- config AEM_MONITOR
- bool "aem watch monitor support"
- default n
- help
- This aem watch monitor support
- config AEM_WATCH_FULL_BG_SUPPORT
- bool "aem watch full bg support"
- default y
- help
- This aem watch full bg support
- config AEM_AUTO_TEST
- bool "aem auto test support"
- default n
- help
- This aem auto test support
- config AEM_FILESYSTEM_TEST
- bool "aem filesystem test support"
- default n
- help
- This aem filesystem test support
- config AEM_FLUSH_SINGLE_BUFFER
- bool "aem flush write use single buffer"
- default n
- help
- This aem flush write use single buffer
- config AEM_WATCH_SQUARE
- bool "aem watch square support"
- default n
- help
- This aem watch square support
- config AEM_MAG_SENSOR
- bool "aem magnetism Sensor support"
- default n
- help
- This aem magnetism Sensor support
- config AEM_BARO_SENSOR
- bool "aem barometer Sensor support"
- default n
- help
- This aem barometer Sensor support
- rsource "driver/Kconfig"
- endif
|