| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 | 
							- 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
 
- config AEM_DEFENDER
 
-     bool "aem defender support"
 
- 	default n
 
- 	help
 
- 	This aem defender support
 
- rsource "driver/Kconfig"
 
- endif
 
 
  |