blob: cda9f128f3a4ec66736250121d374683d3a713bb [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
Vlad Dogarud5c94562014-10-21 11:09:58 +03008config BMP280
Akinobu Mita6dba72e2016-04-24 22:52:10 +09009 tristate "Bosch Sensortec BMP180 and BMP280 pressure sensor driver"
Vlad Dogarud5c94562014-10-21 11:09:58 +030010 depends on I2C
Akinobu Mita6dba72e2016-04-24 22:52:10 +090011 depends on !(BMP085_I2C=y || BMP085_I2C=m)
Vlad Dogarud5c94562014-10-21 11:09:58 +030012 select REGMAP_I2C
13 help
Akinobu Mita6dba72e2016-04-24 22:52:10 +090014 Say yes here to build support for Bosch Sensortec BMP180 and BMP280
15 pressure and temperature sensors.
Vlad Dogarud5c94562014-10-21 11:09:58 +030016
Jonathan Cameron21cb4542016-01-24 17:06:50 +000017 To compile this driver as a module, choose M here: the module
18 will be called bmp280.
Vlad Dogarud5c94562014-10-21 11:09:58 +030019
Archana Patnif64a7992014-02-20 06:30:00 +000020config HID_SENSOR_PRESS
21 depends on HID_SENSOR_HUB
22 select IIO_BUFFER
23 select IIO_TRIGGERED_BUFFER
24 select HID_SENSOR_IIO_COMMON
25 select HID_SENSOR_IIO_TRIGGER
26 tristate "HID PRESS"
27 help
28 Say yes here to build support for the HID SENSOR
29 Pressure driver
30
Jonathan Cameron21cb4542016-01-24 17:06:50 +000031 To compile this driver as a module, choose M here: the module
32 will be called hid-sensor-press.
Archana Patnif64a7992014-02-20 06:30:00 +000033
Marek Vasutd8469e92016-04-18 16:05:24 +020034config HP03
35 tristate "Hope RF HP03 temperature and pressure sensor driver"
36 depends on I2C
37 select REGMAP_I2C
38 help
39 Say yes here to build support for Hope RF HP03 pressure and
40 temperature sensor.
41
42 To compile this driver as a module, choose M here: the module
43 will be called hp03.
44
Peter Meerwald3017d902014-02-05 16:58:00 +000045config MPL115
Akinobu Mitac984b9c2016-01-16 01:00:03 +090046 tristate
47
48config MPL115_I2C
Peter Meerwald3017d902014-02-05 16:58:00 +000049 tristate "Freescale MPL115A2 pressure sensor driver"
50 depends on I2C
Akinobu Mitac984b9c2016-01-16 01:00:03 +090051 select MPL115
Peter Meerwald3017d902014-02-05 16:58:00 +000052 help
53 Say yes here to build support for the Freescale MPL115A2
54 pressure sensor connected via I2C.
55
Jonathan Cameron21cb4542016-01-24 17:06:50 +000056 To compile this driver as a module, choose M here: the module
57 will be called mpl115_i2c.
Akinobu Mitac984b9c2016-01-16 01:00:03 +090058
59config MPL115_SPI
60 tristate "Freescale MPL115A1 pressure sensor driver"
61 depends on SPI_MASTER
62 select MPL115
63 help
64 Say yes here to build support for the Freescale MPL115A1
65 pressure sensor connected via SPI.
66
Jonathan Cameron21cb4542016-01-24 17:06:50 +000067 To compile this driver as a module, choose M here: the module
68 will be called mpl115_spi.
Peter Meerwald3017d902014-02-05 16:58:00 +000069
Peter Meerwaldcc26ad452013-11-12 19:43:00 +000070config MPL3115
71 tristate "Freescale MPL3115A2 pressure sensor driver"
72 depends on I2C
73 select IIO_BUFFER
74 select IIO_TRIGGERED_BUFFER
75 help
76 Say yes here to build support for the Freescale MPL3115A2
77 pressure sensor / altimeter.
78
Jonathan Cameron21cb4542016-01-24 17:06:50 +000079 To compile this driver as a module, choose M here: the module
80 will be called mpl3115.
Peter Meerwaldcc26ad452013-11-12 19:43:00 +000081
Tomasz Duszynskic0644160a2015-03-14 21:29:31 +010082config MS5611
Peter Meerwald825c50d2015-06-16 21:27:03 +020083 tristate "Measurement Specialties MS5611 pressure sensor driver"
Arnd Bergmann3d5032a2016-02-16 15:55:07 +010084 select IIO_BUFFER
Daniel Baluta713bbb42016-02-03 18:50:38 +020085 select IIO_TRIGGERED_BUFFER
Tomasz Duszynskic0644160a2015-03-14 21:29:31 +010086 help
Peter Meerwald825c50d2015-06-16 21:27:03 +020087 Say Y here to build support for the Measurement Specialties
Tomasz Duszynski9690d81a2015-06-23 20:45:48 +020088 MS5611, MS5607 pressure and temperature sensors.
Tomasz Duszynskic0644160a2015-03-14 21:29:31 +010089
90 To compile this driver as a module, choose M here: the module will
91 be called ms5611_core.
92
93config MS5611_I2C
94 tristate "support I2C bus connection"
95 depends on I2C && MS5611
96 help
97 Say Y here to build I2C bus support for MS5611.
98
99 To compile this driver as a module, choose M here: the module will
100 be called ms5611_i2c.
101
102config MS5611_SPI
103 tristate "support SPI bus connection"
104 depends on SPI_MASTER && MS5611
105 help
106 Say Y here to build SPI bus support for MS5611.
107
108 To compile this driver as a module, choose M here: the module will
109 be called ms5611_spi.
110
Ludovic Tancerel64a70c62015-10-01 16:13:40 +0200111config MS5637
112 tristate "Measurement Specialties MS5637 pressure & temperature sensor"
113 depends on I2C
Jonathan Cameron21cb4542016-01-24 17:06:50 +0000114 select IIO_MS_SENSORS_I2C
Ludovic Tancerel64a70c62015-10-01 16:13:40 +0200115 help
116 If you say yes here you get support for the Measurement Specialties
117 MS5637 pressure and temperature sensor.
Ludovic Tancerel1b75ce62015-10-01 16:13:41 +0200118 This driver is also used for MS8607 temperature, pressure & humidity
119 sensor
Ludovic Tancerel64a70c62015-10-01 16:13:40 +0200120
121 This driver can also be built as a module. If so, the module will
122 be called ms5637.
123
Denis CIOCCA217494e2013-06-03 15:58:00 +0100124config IIO_ST_PRESS
Peter Meerwald93232cd2013-06-23 22:28:00 +0100125 tristate "STMicroelectronics pressure sensor Driver"
Denis CIOCCA217494e2013-06-03 15:58:00 +0100126 depends on (I2C || SPI_MASTER) && SYSFS
127 select IIO_ST_SENSORS_CORE
128 select IIO_ST_PRESS_I2C if (I2C)
129 select IIO_ST_PRESS_SPI if (SPI_MASTER)
130 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
131 help
Peter Meerwald93232cd2013-06-23 22:28:00 +0100132 Say yes here to build support for STMicroelectronics pressure
Denis CIOCCA93187842014-02-20 17:49:00 +0000133 sensors: LPS001WP, LPS25H, LPS331AP.
Denis CIOCCA217494e2013-06-03 15:58:00 +0100134
Peter Meerwald341673f2013-06-23 22:28:00 +0100135 This driver can also be built as a module. If so, these modules
136 will be created:
Denis CIOCCA217494e2013-06-03 15:58:00 +0100137 - st_pressure (core functions for the driver [it is mandatory]);
138 - st_pressure_i2c (necessary for the I2C devices [optional*]);
139 - st_pressure_spi (necessary for the SPI devices [optional*]);
140
141 (*) one of these is necessary to do something.
142
143config IIO_ST_PRESS_I2C
144 tristate
145 depends on IIO_ST_PRESS
146 depends on IIO_ST_SENSORS_I2C
147
148config IIO_ST_PRESS_SPI
149 tristate
150 depends on IIO_ST_PRESS
151 depends on IIO_ST_SENSORS_SPI
152
Peter Meerwalda2d8be62014-02-06 20:44:00 +0000153config T5403
154 tristate "EPCOS T5403 digital barometric pressure sensor driver"
155 depends on I2C
156 help
157 Say yes here to build support for the EPCOS T5403 pressure sensor
158 connected via I2C.
159
Jonathan Cameron21cb4542016-01-24 17:06:50 +0000160 To compile this driver as a module, choose M here: the module
161 will be called t5403.
Peter Meerwalda2d8be62014-02-06 20:44:00 +0000162
Crestez Dan Leonardfa4c9c92016-03-29 19:14:27 +0300163config HP206C
164 tristate "HOPERF HP206C precision barometer and altimeter sensor"
165 depends on I2C
166 help
167 Say yes here to build support for the HOPREF HP206C precision
168 barometer and altimeter sensor.
169
170 This driver can also be built as a module. If so, the module will
171 be called hp206c.
172
Denis CIOCCA217494e2013-06-03 15:58:00 +0100173endmenu