blob: eaa7cfcb4c2aa611448cb6cc8c47c167dae44b19 [file] [log] [blame]
Denis CIOCCA217494e2013-06-03 15:58:00 +01001#
2# Pressure drivers
3#
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +01004# When adding new entries keep the list in alphabetical order
5
Peter Meerwald93232cd2013-06-23 22:28:00 +01006menu "Pressure sensors"
Denis CIOCCA217494e2013-06-03 15:58:00 +01007
Marcin Malagowski9ecca122016-09-26 19:23:06 +02008config ABP060MG
9 tristate "Honeywell ABP pressure sensor driver"
10 depends on I2C
11 help
12 Say yes here to build support for the Honeywell ABP pressure
13 sensors.
14
15 To compile this driver as a module, choose M here: the module
16 will be called abp060mg.
17
Vlad Dogarud5c94562014-10-21 11:09:58 +030018config BMP280
Linus Walleij17118842016-06-30 03:48:50 +020019 tristate "Bosch Sensortec BMP180/BMP280 pressure sensor I2C driver"
Linus Walleijb26b4e92016-06-30 03:48:51 +020020 depends on (I2C || SPI_MASTER)
Linus Walleij17118842016-06-30 03:48:50 +020021 select REGMAP
22 select BMP280_I2C if (I2C)
Linus Walleijb26b4e92016-06-30 03:48:51 +020023 select BMP280_SPI if (SPI_MASTER)
Vlad Dogarud5c94562014-10-21 11:09:58 +030024 help
Akinobu Mita6dba72e2016-04-24 22:52:10 +090025 Say yes here to build support for Bosch Sensortec BMP180 and BMP280
Peter Meerwald-Stadler9a043b02017-04-21 22:58:36 +020026 pressure and temperature sensors. Also supports the BME280 with
Linus Walleij17118842016-06-30 03:48:50 +020027 an additional humidity sensor channel.
Vlad Dogarud5c94562014-10-21 11:09:58 +030028
Linus Walleijb26b4e92016-06-30 03:48:51 +020029 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.
Linus Walleij17118842016-06-30 03:48:50 +020032
33config BMP280_I2C
34 tristate
35 depends on BMP280
36 depends on I2C
37 select REGMAP_I2C
Vlad Dogarud5c94562014-10-21 11:09:58 +030038
Linus Walleijb26b4e92016-06-30 03:48:51 +020039config BMP280_SPI
40 tristate
41 depends on BMP280
42 depends on SPI_MASTER
43 select REGMAP
44
Gwendal Grignoud7322482017-01-24 14:41:41 +010045config IIO_CROS_EC_BARO
46 tristate "ChromeOS EC Barometer Sensor"
47 depends on IIO_CROS_EC_SENSORS_CORE
48 help
49 Say yes here to build support for the Barometer sensor when
50 presented by the ChromeOS EC Sensor hub.
51
52 To compile this driver as a module, choose M here: the module
53 will be called cros_ec_baro.
54
Archana Patnif64a7992014-02-20 06:30:00 +000055config HID_SENSOR_PRESS
56 depends on HID_SENSOR_HUB
57 select IIO_BUFFER
58 select IIO_TRIGGERED_BUFFER
59 select HID_SENSOR_IIO_COMMON
60 select HID_SENSOR_IIO_TRIGGER
61 tristate "HID PRESS"
62 help
63 Say yes here to build support for the HID SENSOR
64 Pressure driver
65
Jonathan Cameron21cb4542016-01-24 17:06:50 +000066 To compile this driver as a module, choose M here: the module
67 will be called hid-sensor-press.
Archana Patnif64a7992014-02-20 06:30:00 +000068
Marek Vasutd8469e92016-04-18 16:05:24 +020069config HP03
70 tristate "Hope RF HP03 temperature and pressure sensor driver"
71 depends on I2C
72 select REGMAP_I2C
73 help
74 Say yes here to build support for Hope RF HP03 pressure and
75 temperature sensor.
76
77 To compile this driver as a module, choose M here: the module
78 will be called hp03.
79
Peter Meerwald3017d902014-02-05 16:58:00 +000080config MPL115
Akinobu Mitac984b9c2016-01-16 01:00:03 +090081 tristate
82
83config MPL115_I2C
Peter Meerwald3017d902014-02-05 16:58:00 +000084 tristate "Freescale MPL115A2 pressure sensor driver"
85 depends on I2C
Akinobu Mitac984b9c2016-01-16 01:00:03 +090086 select MPL115
Peter Meerwald3017d902014-02-05 16:58:00 +000087 help
88 Say yes here to build support for the Freescale MPL115A2
89 pressure sensor connected via I2C.
90
Jonathan Cameron21cb4542016-01-24 17:06:50 +000091 To compile this driver as a module, choose M here: the module
92 will be called mpl115_i2c.
Akinobu Mitac984b9c2016-01-16 01:00:03 +090093
94config MPL115_SPI
95 tristate "Freescale MPL115A1 pressure sensor driver"
96 depends on SPI_MASTER
97 select MPL115
98 help
99 Say yes here to build support for the Freescale MPL115A1
100 pressure sensor connected via SPI.
101
Jonathan Cameron21cb4542016-01-24 17:06:50 +0000102 To compile this driver as a module, choose M here: the module
103 will be called mpl115_spi.
Peter Meerwald3017d902014-02-05 16:58:00 +0000104
Peter Meerwaldcc26ad452013-11-12 19:43:00 +0000105config MPL3115
106 tristate "Freescale MPL3115A2 pressure sensor driver"
107 depends on I2C
108 select IIO_BUFFER
109 select IIO_TRIGGERED_BUFFER
110 help
111 Say yes here to build support for the Freescale MPL3115A2
112 pressure sensor / altimeter.
113
Jonathan Cameron21cb4542016-01-24 17:06:50 +0000114 To compile this driver as a module, choose M here: the module
115 will be called mpl3115.
Peter Meerwaldcc26ad452013-11-12 19:43:00 +0000116
Tomasz Duszynskic0644160a2015-03-14 21:29:31 +0100117config MS5611
Peter Meerwald825c50d2015-06-16 21:27:03 +0200118 tristate "Measurement Specialties MS5611 pressure sensor driver"
Arnd Bergmann3d5032a2016-02-16 15:55:07 +0100119 select IIO_BUFFER
Daniel Baluta713bbb42016-02-03 18:50:38 +0200120 select IIO_TRIGGERED_BUFFER
Tomasz Duszynskic0644160a2015-03-14 21:29:31 +0100121 help
Peter Meerwald825c50d2015-06-16 21:27:03 +0200122 Say Y here to build support for the Measurement Specialties
Tomasz Duszynski9690d81a2015-06-23 20:45:48 +0200123 MS5611, MS5607 pressure and temperature sensors.
Tomasz Duszynskic0644160a2015-03-14 21:29:31 +0100124
125 To compile this driver as a module, choose M here: the module will
126 be called ms5611_core.
127
128config MS5611_I2C
129 tristate "support I2C bus connection"
130 depends on I2C && MS5611
131 help
132 Say Y here to build I2C bus support for MS5611.
133
134 To compile this driver as a module, choose M here: the module will
135 be called ms5611_i2c.
136
137config MS5611_SPI
138 tristate "support SPI bus connection"
139 depends on SPI_MASTER && MS5611
140 help
141 Say Y here to build SPI bus support for MS5611.
142
143 To compile this driver as a module, choose M here: the module will
144 be called ms5611_spi.
145
Ludovic Tancerel64a70c62015-10-01 16:13:40 +0200146config MS5637
147 tristate "Measurement Specialties MS5637 pressure & temperature sensor"
148 depends on I2C
Jonathan Cameron21cb4542016-01-24 17:06:50 +0000149 select IIO_MS_SENSORS_I2C
Ludovic Tancerel64a70c62015-10-01 16:13:40 +0200150 help
151 If you say yes here you get support for the Measurement Specialties
152 MS5637 pressure and temperature sensor.
Ludovic Tancerel1b75ce62015-10-01 16:13:41 +0200153 This driver is also used for MS8607 temperature, pressure & humidity
154 sensor
Ludovic Tancerel64a70c62015-10-01 16:13:40 +0200155
156 This driver can also be built as a module. If so, the module will
157 be called ms5637.
158
Denis CIOCCA217494e2013-06-03 15:58:00 +0100159config IIO_ST_PRESS
Peter Meerwald93232cd2013-06-23 22:28:00 +0100160 tristate "STMicroelectronics pressure sensor Driver"
Denis CIOCCA217494e2013-06-03 15:58:00 +0100161 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)
166 help
Peter Meerwald93232cd2013-06-23 22:28:00 +0100167 Say yes here to build support for STMicroelectronics pressure
Gregor Boiriee039e2f2016-04-19 11:18:32 +0200168 sensors: LPS001WP, LPS25H, LPS331AP, LPS22HB.
Denis CIOCCA217494e2013-06-03 15:58:00 +0100169
Peter Meerwald341673f2013-06-23 22:28:00 +0100170 This driver can also be built as a module. If so, these modules
171 will be created:
Denis CIOCCA217494e2013-06-03 15:58:00 +0100172 - 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*]);
175
176 (*) one of these is necessary to do something.
177
178config IIO_ST_PRESS_I2C
179 tristate
180 depends on IIO_ST_PRESS
181 depends on IIO_ST_SENSORS_I2C
182
183config IIO_ST_PRESS_SPI
184 tristate
185 depends on IIO_ST_PRESS
186 depends on IIO_ST_SENSORS_SPI
187
Peter Meerwalda2d8be62014-02-06 20:44:00 +0000188config T5403
189 tristate "EPCOS T5403 digital barometric pressure sensor driver"
190 depends on I2C
191 help
192 Say yes here to build support for the EPCOS T5403 pressure sensor
193 connected via I2C.
194
Jonathan Cameron21cb4542016-01-24 17:06:50 +0000195 To compile this driver as a module, choose M here: the module
196 will be called t5403.
Peter Meerwalda2d8be62014-02-06 20:44:00 +0000197
Crestez Dan Leonardfa4c9c92016-03-29 19:14:27 +0300198config HP206C
199 tristate "HOPERF HP206C precision barometer and altimeter sensor"
200 depends on I2C
201 help
202 Say yes here to build support for the HOPREF HP206C precision
203 barometer and altimeter sensor.
204
205 This driver can also be built as a module. If so, the module will
206 be called hp206c.
207
Gregor Boirie03b262f2016-09-13 14:23:14 +0200208config ZPA2326
209 tristate "Murata ZPA2326 pressure sensor driver"
210 select IIO_BUFFER
211 select IIO_TRIGGERED_BUFFER
212 select REGMAP
213 select ZPA2326_I2C if I2C
214 select ZPA2326_SPI if SPI_MASTER
215 help
216 Say Y here to build support for the Murata ZPA2326 pressure and
217 temperature sensor.
218
219 To compile this driver as a module, choose M here: the module will
220 be called zpa2326.
221
222config ZPA2326_I2C
223 tristate
224 select REGMAP_I2C
225
226config ZPA2326_SPI
227 tristate
228 select REGMAP_SPI
229
Denis CIOCCA217494e2013-06-03 15:58:00 +0100230endmenu