xref: /linux/drivers/iio/flow/Kconfig (revision 67f8bc848ee31831336bd478e57d2f993551902e)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Liquid / gas flow sensor drivers
4#
5# When adding new entries keep the list in alphabetical order
6
7menu "Flow sensors"
8
9config SENSIRION_SLF3S
10	tristate "Sensirion SLF3S liquid flow sensor"
11	depends on I2C
12	select CRC8
13	help
14	  Say yes here to build support for the Sensirion SLF3S family of
15	  digital liquid-flow sensors (SLF3S-0600F, SLF3S-1300F and
16	  SLF3S-4000B).  The driver reports the volumetric flow rate and the
17	  embedded temperature reading via the standard IIO interface.
18
19	  To compile this driver as a module, choose M here: the module
20	  will be called slf3s.
21
22endmenu
23