Kconfig 895 B

123456789101112131415161718192021
  1. config MTK_AUTO_DETECT_MAGNETOMETER
  2. bool "MTK_AUTO_DETECT_MAGNETOMETER"
  3. help
  4. one load to support different magnetometer sensor.
  5. This feature Option is used for projects which using more than one
  6. magnetometer, more than one ALSPS drivers can be builded in to
  7. project and be auto detected by setting this option to yes
  8. config CUSTOM_KERNEL_MAGNETOMETER
  9. bool "CUSTOM_KERNEL_MAGNETOMETER"
  10. help
  11. A compass is an instrument used for navigation and
  12. orientation that shows direction relative to the geographic
  13. cardinal directions, or "points".
  14. source "drivers/misc/mediatek/magnetometer/akm09911-new/Kconfig"
  15. source "drivers/misc/mediatek/magnetometer/akm09912/Kconfig"
  16. source "drivers/misc/mediatek/magnetometer/s62x/Kconfig"
  17. source "drivers/misc/mediatek/magnetometer/yamaha532-new/Kconfig"
  18. source "drivers/misc/mediatek/magnetometer/bmm150-new/Kconfig"