Kconfig 825 B

1234567891011121314151617181920212223242526
  1. #
  2. # Hid Sensor common modules
  3. #
  4. menu "Hid Sensor IIO Common"
  5. config HID_SENSOR_IIO_COMMON
  6. tristate "Common modules for all HID Sensor IIO drivers"
  7. depends on HID_SENSOR_HUB
  8. select IIO_TRIGGER if IIO_BUFFER
  9. help
  10. Say yes here to build support for HID sensor to use
  11. HID sensor common processing for attributes and IIO triggers.
  12. There are many attributes which can be shared among multiple
  13. HID sensor drivers, this module contains processing for those
  14. attributes.
  15. config HID_SENSOR_ENUM_BASE_QUIRKS
  16. bool "ENUM base quirks for HID Sensor IIO drivers"
  17. depends on HID_SENSOR_IIO_COMMON
  18. help
  19. Say yes here to build support for sensor hub FW using
  20. enumeration, which is using 1 as base instead of 0.
  21. Since logical minimum is still set 0 instead of 1,
  22. there is no easy way to differentiate.
  23. endmenu