Kconfig 569 B

1234567891011121314151617181920212223
  1. config SENSORS_YAS532
  2. bool "Yamaha YAS532 sensor"
  3. default n
  4. help
  5. Say Y here if you want support for the YAS532 sensor
  6. device.
  7. To compile this driver as a module, choose M here: the
  8. module will be called YAS532.
  9. config INPUT_YAS_MAGNETOMETER_POSITION
  10. int "YAS Geomagnetic Sensor Mounting Position on Board"
  11. default "0"
  12. help
  13. Chip mounting position (pin 1).
  14. 0: top, upper-left
  15. 1: top, upper-right
  16. 2: top, lower-right
  17. 3: top, lower-left
  18. 4: bottom, upper-left
  19. 5: bottom, upper-right
  20. 6: bottom, lower-right
  21. 7: bottom, lower-left