4 # When adding new entries keep the list in alphabetical order
6 menu "Pressure sensors"
9 tristate "Honeywell ABP pressure sensor driver"
12 Say yes here to build support for the Honeywell ABP pressure
15 To compile this driver as a module, choose M here: the module
16 will be called abp060mg.
19 tristate "Bosch Sensortec BMP180/BMP280 pressure sensor I2C driver"
20 depends on (I2C || SPI_MASTER)
22 select BMP280_I2C if (I2C)
23 select BMP280_SPI if (SPI_MASTER)
25 Say yes here to build support for Bosch Sensortec BMP180 and BMP280
26 pressure and temperature sensors. Also supports the BE280 with
27 an additional humidity sensor channel.
29 To compile this driver as a module, choose M here: the core module
30 will be called bmp280 and you will also get bmp280-i2c for I2C
31 and/or bmp280-spi for SPI support.
45 config IIO_CROS_EC_BARO
46 tristate "ChromeOS EC Barometer Sensor"
47 depends on IIO_CROS_EC_SENSORS_CORE
49 Say yes here to build support for the Barometer sensor when
50 presented by the ChromeOS EC Sensor hub.
52 To compile this driver as a module, choose M here: the module
53 will be called cros_ec_baro.
55 config HID_SENSOR_PRESS
56 depends on HID_SENSOR_HUB
58 select IIO_TRIGGERED_BUFFER
59 select HID_SENSOR_IIO_COMMON
60 select HID_SENSOR_IIO_TRIGGER
63 Say yes here to build support for the HID SENSOR
66 To compile this driver as a module, choose M here: the module
67 will be called hid-sensor-press.
70 tristate "Hope RF HP03 temperature and pressure sensor driver"
74 Say yes here to build support for Hope RF HP03 pressure and
77 To compile this driver as a module, choose M here: the module
84 tristate "Freescale MPL115A2 pressure sensor driver"
88 Say yes here to build support for the Freescale MPL115A2
89 pressure sensor connected via I2C.
91 To compile this driver as a module, choose M here: the module
92 will be called mpl115_i2c.
95 tristate "Freescale MPL115A1 pressure sensor driver"
99 Say yes here to build support for the Freescale MPL115A1
100 pressure sensor connected via SPI.
102 To compile this driver as a module, choose M here: the module
103 will be called mpl115_spi.
106 tristate "Freescale MPL3115A2 pressure sensor driver"
109 select IIO_TRIGGERED_BUFFER
111 Say yes here to build support for the Freescale MPL3115A2
112 pressure sensor / altimeter.
114 To compile this driver as a module, choose M here: the module
115 will be called mpl3115.
118 tristate "Measurement Specialties MS5611 pressure sensor driver"
120 select IIO_TRIGGERED_BUFFER
122 Say Y here to build support for the Measurement Specialties
123 MS5611, MS5607 pressure and temperature sensors.
125 To compile this driver as a module, choose M here: the module will
126 be called ms5611_core.
129 tristate "support I2C bus connection"
130 depends on I2C && MS5611
132 Say Y here to build I2C bus support for MS5611.
134 To compile this driver as a module, choose M here: the module will
135 be called ms5611_i2c.
138 tristate "support SPI bus connection"
139 depends on SPI_MASTER && MS5611
141 Say Y here to build SPI bus support for MS5611.
143 To compile this driver as a module, choose M here: the module will
144 be called ms5611_spi.
147 tristate "Measurement Specialties MS5637 pressure & temperature sensor"
149 select IIO_MS_SENSORS_I2C
151 If you say yes here you get support for the Measurement Specialties
152 MS5637 pressure and temperature sensor.
153 This driver is also used for MS8607 temperature, pressure & humidity
156 This driver can also be built as a module. If so, the module will
160 tristate "STMicroelectronics pressure sensor Driver"
161 depends on (I2C || SPI_MASTER) && SYSFS
162 select IIO_ST_SENSORS_CORE
163 select IIO_ST_PRESS_I2C if (I2C)
164 select IIO_ST_PRESS_SPI if (SPI_MASTER)
165 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
167 Say yes here to build support for STMicroelectronics pressure
168 sensors: LPS001WP, LPS25H, LPS331AP, LPS22HB.
170 This driver can also be built as a module. If so, these modules
172 - st_pressure (core functions for the driver [it is mandatory]);
173 - st_pressure_i2c (necessary for the I2C devices [optional*]);
174 - st_pressure_spi (necessary for the SPI devices [optional*]);
176 (*) one of these is necessary to do something.
178 config IIO_ST_PRESS_I2C
180 depends on IIO_ST_PRESS
181 depends on IIO_ST_SENSORS_I2C
183 config IIO_ST_PRESS_SPI
185 depends on IIO_ST_PRESS
186 depends on IIO_ST_SENSORS_SPI
189 tristate "EPCOS T5403 digital barometric pressure sensor driver"
192 Say yes here to build support for the EPCOS T5403 pressure sensor
195 To compile this driver as a module, choose M here: the module
196 will be called t5403.
199 tristate "HOPERF HP206C precision barometer and altimeter sensor"
202 Say yes here to build support for the HOPREF HP206C precision
203 barometer and altimeter sensor.
205 This driver can also be built as a module. If so, the module will
209 tristate "Murata ZPA2326 pressure sensor driver"
211 select IIO_TRIGGERED_BUFFER
213 select ZPA2326_I2C if I2C
214 select ZPA2326_SPI if SPI_MASTER
216 Say Y here to build support for the Murata ZPA2326 pressure and
219 To compile this driver as a module, choose M here: the module will