Kconfig (9c3a985f88fa4de82bf4bda906095ce6444e9039) Kconfig (713337d9143ed1ccc70e2dab6633e8e6b0186ad5)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Pressure drivers
4#
5# When adding new entries keep the list in alphabetical order
6
7menu "Pressure sensors"
8

--- 134 unchanged lines hidden (view full) ---

143 select IIO_TRIGGERED_BUFFER
144 help
145 Say yes here to build support for the Freescale MPL3115A2
146 pressure sensor / altimeter.
147
148 To compile this driver as a module, choose M here: the module
149 will be called mpl3115.
150
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Pressure drivers
4#
5# When adding new entries keep the list in alphabetical order
6
7menu "Pressure sensors"
8

--- 134 unchanged lines hidden (view full) ---

143 select IIO_TRIGGERED_BUFFER
144 help
145 Say yes here to build support for the Freescale MPL3115A2
146 pressure sensor / altimeter.
147
148 To compile this driver as a module, choose M here: the module
149 will be called mpl3115.
150
151config MPRLS0025PA
152 tristate "Honeywell MPRLS0025PA (MicroPressure sensors series)"
153 depends on I2C
154 select IIO_BUFFER
155 select IIO_TRIGGERED_BUFFER
156 help
157 Say Y here to build support for the Honeywell MicroPressure pressure
158 sensor series. There are many different types with different pressure
159 range. These ranges can be set up in the device tree.
160
161 To compile this driver as a module, choose M here: the module will be
162 called mprls0025pa.
163
151config MS5611
152 tristate "Measurement Specialties MS5611 pressure sensor driver"
153 select IIO_BUFFER
154 select IIO_TRIGGERED_BUFFER
155 help
156 Say Y here to build support for the Measurement Specialties
157 MS5611, MS5607 pressure and temperature sensors.
158

--- 111 unchanged lines hidden ---
164config MS5611
165 tristate "Measurement Specialties MS5611 pressure sensor driver"
166 select IIO_BUFFER
167 select IIO_TRIGGERED_BUFFER
168 help
169 Say Y here to build support for the Measurement Specialties
170 MS5611, MS5607 pressure and temperature sensors.
171

--- 111 unchanged lines hidden ---