| 123456789101112131415161718 | 
							- # Sensor configuration options
 
- menuconfig AEM_MAG_SENSOR_CONFIG
 
- 	bool "aem magnetism Sensor Drivers"
 
- 	default n
 
- 	help
 
- 	  Include magnetism sensor drivers in system config
 
- if AEM_MAG_SENSOR
 
- config AEM_MAG_SENSOR_MMC5603NJ
 
-     bool "aem magnetism MMC5603NJ Sensor support"
 
- 	default n
 
- 	help
 
- 	This aem magnetism MMC5603NJ Sensor support
 
- endif # AEM_MAG_SENSOR
 
 
  |