4 # When adding new entries keep the list in alphabetical order
6 menu "Pressure sensors"
9 tristate "Bosch Sensortec BMP180/BMP280 pressure sensor I2C driver"
10 depends on (I2C || SPI_MASTER)
12 select BMP280_I2C if (I2C)
13 select BMP280_SPI if (SPI_MASTER)
15 Say yes here to build support for Bosch Sensortec BMP180 and BMP280
16 pressure and temperature sensors. Also supports the BE280 with
17 an additional humidity sensor channel.
19 To compile this driver as a module, choose M here: the core module
20 will be called bmp280 and you will also get bmp280-i2c for I2C
21 and/or bmp280-spi for SPI support.
35 config HID_SENSOR_PRESS
36 depends on HID_SENSOR_HUB
38 select IIO_TRIGGERED_BUFFER
39 select HID_SENSOR_IIO_COMMON
40 select HID_SENSOR_IIO_TRIGGER
43 Say yes here to build support for the HID SENSOR
46 To compile this driver as a module, choose M here: the module
47 will be called hid-sensor-press.
50 tristate "Hope RF HP03 temperature and pressure sensor driver"
54 Say yes here to build support for Hope RF HP03 pressure and
57 To compile this driver as a module, choose M here: the module
64 tristate "Freescale MPL115A2 pressure sensor driver"
68 Say yes here to build support for the Freescale MPL115A2
69 pressure sensor connected via I2C.
71 To compile this driver as a module, choose M here: the module
72 will be called mpl115_i2c.
75 tristate "Freescale MPL115A1 pressure sensor driver"
79 Say yes here to build support for the Freescale MPL115A1
80 pressure sensor connected via SPI.
82 To compile this driver as a module, choose M here: the module
83 will be called mpl115_spi.
86 tristate "Freescale MPL3115A2 pressure sensor driver"
89 select IIO_TRIGGERED_BUFFER
91 Say yes here to build support for the Freescale MPL3115A2
92 pressure sensor / altimeter.
94 To compile this driver as a module, choose M here: the module
95 will be called mpl3115.
98 tristate "Measurement Specialties MS5611 pressure sensor driver"
100 select IIO_TRIGGERED_BUFFER
102 Say Y here to build support for the Measurement Specialties
103 MS5611, MS5607 pressure and temperature sensors.
105 To compile this driver as a module, choose M here: the module will
106 be called ms5611_core.
109 tristate "support I2C bus connection"
110 depends on I2C && MS5611
112 Say Y here to build I2C bus support for MS5611.
114 To compile this driver as a module, choose M here: the module will
115 be called ms5611_i2c.
118 tristate "support SPI bus connection"
119 depends on SPI_MASTER && MS5611
121 Say Y here to build SPI bus support for MS5611.
123 To compile this driver as a module, choose M here: the module will
124 be called ms5611_spi.
127 tristate "Measurement Specialties MS5637 pressure & temperature sensor"
129 select IIO_MS_SENSORS_I2C
131 If you say yes here you get support for the Measurement Specialties
132 MS5637 pressure and temperature sensor.
133 This driver is also used for MS8607 temperature, pressure & humidity
136 This driver can also be built as a module. If so, the module will
140 tristate "STMicroelectronics pressure sensor Driver"
141 depends on (I2C || SPI_MASTER) && SYSFS
142 select IIO_ST_SENSORS_CORE
143 select IIO_ST_PRESS_I2C if (I2C)
144 select IIO_ST_PRESS_SPI if (SPI_MASTER)
145 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
147 Say yes here to build support for STMicroelectronics pressure
148 sensors: LPS001WP, LPS25H, LPS331AP, LPS22HB.
150 This driver can also be built as a module. If so, these modules
152 - st_pressure (core functions for the driver [it is mandatory]);
153 - st_pressure_i2c (necessary for the I2C devices [optional*]);
154 - st_pressure_spi (necessary for the SPI devices [optional*]);
156 (*) one of these is necessary to do something.
158 config IIO_ST_PRESS_I2C
160 depends on IIO_ST_PRESS
161 depends on IIO_ST_SENSORS_I2C
163 config IIO_ST_PRESS_SPI
165 depends on IIO_ST_PRESS
166 depends on IIO_ST_SENSORS_SPI
169 tristate "EPCOS T5403 digital barometric pressure sensor driver"
172 Say yes here to build support for the EPCOS T5403 pressure sensor
175 To compile this driver as a module, choose M here: the module
176 will be called t5403.
179 tristate "HOPERF HP206C precision barometer and altimeter sensor"
182 Say yes here to build support for the HOPREF HP206C precision
183 barometer and altimeter sensor.
185 This driver can also be built as a module. If so, the module will
189 tristate "Murata ZPA2326 pressure sensor driver"
191 select IIO_TRIGGERED_BUFFER
193 select ZPA2326_I2C if I2C
194 select ZPA2326_SPI if SPI_MASTER
196 Say Y here to build support for the Murata ZPA2326 pressure and
199 To compile this driver as a module, choose M here: the module will