Kconfig 361 B

123456789101112131415161718
  1. # Sensor configuration options
  2. menuconfig AEM_MAG_SENSOR_CONFIG
  3. bool "aem magnetism Sensor Drivers"
  4. default n
  5. help
  6. Include magnetism sensor drivers in system config
  7. if AEM_MAG_SENSOR
  8. config AEM_MAG_SENSOR_MMC5603NJ
  9. bool "aem magnetism MMC5603NJ Sensor support"
  10. default n
  11. help
  12. This aem magnetism MMC5603NJ Sensor support
  13. endif # AEM_MAG_SENSOR