Kconfig 376 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Temperature sensor drivers
  4. #
  5. menu "Temperature sensors"
  6. config IIO_STTS22H
  7. tristate "STTS22H ST MEMS temperature sensor"
  8. depends on I2C
  9. help
  10. If you say yes here you get support for STTS22H ST MEMS I2C
  11. temperature sensor.
  12. This driver can also be built as a module. If so, the module
  13. will be called stts22h.
  14. endmenu