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 HID_SENSOR_PRESS
46 depends on HID_SENSOR_HUB
48 select IIO_TRIGGERED_BUFFER
49 select HID_SENSOR_IIO_COMMON
50 select HID_SENSOR_IIO_TRIGGER
53 Say yes here to build support for the HID SENSOR
56 To compile this driver as a module, choose M here: the module
57 will be called hid-sensor-press.
60 tristate "Hope RF HP03 temperature and pressure sensor driver"
64 Say yes here to build support for Hope RF HP03 pressure and
67 To compile this driver as a module, choose M here: the module
74 tristate "Freescale MPL115A2 pressure sensor driver"
78 Say yes here to build support for the Freescale MPL115A2
79 pressure sensor connected via I2C.
81 To compile this driver as a module, choose M here: the module
82 will be called mpl115_i2c.
85 tristate "Freescale MPL115A1 pressure sensor driver"
89 Say yes here to build support for the Freescale MPL115A1
90 pressure sensor connected via SPI.
92 To compile this driver as a module, choose M here: the module
93 will be called mpl115_spi.
96 tristate "Freescale MPL3115A2 pressure sensor driver"
99 select IIO_TRIGGERED_BUFFER
101 Say yes here to build support for the Freescale MPL3115A2
102 pressure sensor / altimeter.
104 To compile this driver as a module, choose M here: the module
105 will be called mpl3115.
108 tristate "Measurement Specialties MS5611 pressure sensor driver"
110 select IIO_TRIGGERED_BUFFER
112 Say Y here to build support for the Measurement Specialties
113 MS5611, MS5607 pressure and temperature sensors.
115 To compile this driver as a module, choose M here: the module will
116 be called ms5611_core.
119 tristate "support I2C bus connection"
120 depends on I2C && MS5611
122 Say Y here to build I2C bus support for MS5611.
124 To compile this driver as a module, choose M here: the module will
125 be called ms5611_i2c.
128 tristate "support SPI bus connection"
129 depends on SPI_MASTER && MS5611
131 Say Y here to build SPI bus support for MS5611.
133 To compile this driver as a module, choose M here: the module will
134 be called ms5611_spi.
137 tristate "Measurement Specialties MS5637 pressure & temperature sensor"
139 select IIO_MS_SENSORS_I2C
141 If you say yes here you get support for the Measurement Specialties
142 MS5637 pressure and temperature sensor.
143 This driver is also used for MS8607 temperature, pressure & humidity
146 This driver can also be built as a module. If so, the module will
150 tristate "STMicroelectronics pressure sensor Driver"
151 depends on (I2C || SPI_MASTER) && SYSFS
152 select IIO_ST_SENSORS_CORE
153 select IIO_ST_PRESS_I2C if (I2C)
154 select IIO_ST_PRESS_SPI if (SPI_MASTER)
155 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
157 Say yes here to build support for STMicroelectronics pressure
158 sensors: LPS001WP, LPS25H, LPS331AP, LPS22HB.
160 This driver can also be built as a module. If so, these modules
162 - st_pressure (core functions for the driver [it is mandatory]);
163 - st_pressure_i2c (necessary for the I2C devices [optional*]);
164 - st_pressure_spi (necessary for the SPI devices [optional*]);
166 (*) one of these is necessary to do something.
168 config IIO_ST_PRESS_I2C
170 depends on IIO_ST_PRESS
171 depends on IIO_ST_SENSORS_I2C
173 config IIO_ST_PRESS_SPI
175 depends on IIO_ST_PRESS
176 depends on IIO_ST_SENSORS_SPI
179 tristate "EPCOS T5403 digital barometric pressure sensor driver"
182 Say yes here to build support for the EPCOS T5403 pressure sensor
185 To compile this driver as a module, choose M here: the module
186 will be called t5403.
189 tristate "HOPERF HP206C precision barometer and altimeter sensor"
192 Say yes here to build support for the HOPREF HP206C precision
193 barometer and altimeter sensor.
195 This driver can also be built as a module. If so, the module will
199 tristate "Murata ZPA2326 pressure sensor driver"
201 select IIO_TRIGGERED_BUFFER
203 select ZPA2326_I2C if I2C
204 select ZPA2326_SPI if SPI_MASTER
206 Say Y here to build support for the Murata ZPA2326 pressure and
209 To compile this driver as a module, choose M here: the module will