1217494e5SDenis CIOCCA# 2217494e5SDenis CIOCCA# Pressure drivers 3217494e5SDenis CIOCCA# 43edc84e6SLars-Peter Clausen# When adding new entries keep the list in alphabetical order 53edc84e6SLars-Peter Clausen 693232cd5SPeter Meerwaldmenu "Pressure sensors" 7217494e5SDenis CIOCCA 89ecca12eSMarcin Malagowskiconfig ABP060MG 99ecca12eSMarcin Malagowski tristate "Honeywell ABP pressure sensor driver" 109ecca12eSMarcin Malagowski depends on I2C 119ecca12eSMarcin Malagowski help 129ecca12eSMarcin Malagowski Say yes here to build support for the Honeywell ABP pressure 139ecca12eSMarcin Malagowski sensors. 149ecca12eSMarcin Malagowski 159ecca12eSMarcin Malagowski To compile this driver as a module, choose M here: the module 169ecca12eSMarcin Malagowski will be called abp060mg. 179ecca12eSMarcin Malagowski 18d5c94568SVlad Dogaruconfig BMP280 1917118843SLinus Walleij tristate "Bosch Sensortec BMP180/BMP280 pressure sensor I2C driver" 20b26b4e91SLinus Walleij depends on (I2C || SPI_MASTER) 2117118843SLinus Walleij select REGMAP 2217118843SLinus Walleij select BMP280_I2C if (I2C) 23b26b4e91SLinus Walleij select BMP280_SPI if (SPI_MASTER) 24d5c94568SVlad Dogaru help 256dba72ecSAkinobu Mita Say yes here to build support for Bosch Sensortec BMP180 and BMP280 269a043b0bSPeter Meerwald-Stadler pressure and temperature sensors. Also supports the BME280 with 2717118843SLinus Walleij an additional humidity sensor channel. 28d5c94568SVlad Dogaru 29b26b4e91SLinus Walleij To compile this driver as a module, choose M here: the core module 30b26b4e91SLinus Walleij will be called bmp280 and you will also get bmp280-i2c for I2C 31b26b4e91SLinus Walleij and/or bmp280-spi for SPI support. 3217118843SLinus Walleij 3317118843SLinus Walleijconfig BMP280_I2C 3417118843SLinus Walleij tristate 3517118843SLinus Walleij depends on BMP280 3617118843SLinus Walleij depends on I2C 3717118843SLinus Walleij select REGMAP_I2C 38d5c94568SVlad Dogaru 39b26b4e91SLinus Walleijconfig BMP280_SPI 40b26b4e91SLinus Walleij tristate 41b26b4e91SLinus Walleij depends on BMP280 42b26b4e91SLinus Walleij depends on SPI_MASTER 43b26b4e91SLinus Walleij select REGMAP 44b26b4e91SLinus Walleij 45d732248fSGwendal Grignouconfig IIO_CROS_EC_BARO 46d732248fSGwendal Grignou tristate "ChromeOS EC Barometer Sensor" 47d732248fSGwendal Grignou depends on IIO_CROS_EC_SENSORS_CORE 48d732248fSGwendal Grignou help 49d732248fSGwendal Grignou Say yes here to build support for the Barometer sensor when 50d732248fSGwendal Grignou presented by the ChromeOS EC Sensor hub. 51d732248fSGwendal Grignou 52d732248fSGwendal Grignou To compile this driver as a module, choose M here: the module 53d732248fSGwendal Grignou will be called cros_ec_baro. 54d732248fSGwendal Grignou 55f64a799bSArchana Patniconfig HID_SENSOR_PRESS 56f64a799bSArchana Patni depends on HID_SENSOR_HUB 57f64a799bSArchana Patni select IIO_BUFFER 58f64a799bSArchana Patni select IIO_TRIGGERED_BUFFER 59f64a799bSArchana Patni select HID_SENSOR_IIO_COMMON 60f64a799bSArchana Patni select HID_SENSOR_IIO_TRIGGER 61f64a799bSArchana Patni tristate "HID PRESS" 62f64a799bSArchana Patni help 63f64a799bSArchana Patni Say yes here to build support for the HID SENSOR 64f64a799bSArchana Patni Pressure driver 65f64a799bSArchana Patni 66f64a799bSArchana Patni To compile this driver as a module, choose M here: the module 67f64a799bSArchana Patni will be called hid-sensor-press. 68f64a799bSArchana Patni 69d8469e93SMarek Vasutconfig HP03 70d8469e93SMarek Vasut tristate "Hope RF HP03 temperature and pressure sensor driver" 71d8469e93SMarek Vasut depends on I2C 72d8469e93SMarek Vasut select REGMAP_I2C 73d8469e93SMarek Vasut help 74d8469e93SMarek Vasut Say yes here to build support for Hope RF HP03 pressure and 75d8469e93SMarek Vasut temperature sensor. 76d8469e93SMarek Vasut 77d8469e93SMarek Vasut To compile this driver as a module, choose M here: the module 78d8469e93SMarek Vasut will be called hp03. 79d8469e93SMarek Vasut 803017d90eSPeter Meerwaldconfig MPL115 81c984b9cbSAkinobu Mita tristate 82c984b9cbSAkinobu Mita 83c984b9cbSAkinobu Mitaconfig MPL115_I2C 843017d90eSPeter Meerwald tristate "Freescale MPL115A2 pressure sensor driver" 853017d90eSPeter Meerwald depends on I2C 86c984b9cbSAkinobu Mita select MPL115 873017d90eSPeter Meerwald help 883017d90eSPeter Meerwald Say yes here to build support for the Freescale MPL115A2 893017d90eSPeter Meerwald pressure sensor connected via I2C. 903017d90eSPeter Meerwald 913017d90eSPeter Meerwald To compile this driver as a module, choose M here: the module 92c984b9cbSAkinobu Mita will be called mpl115_i2c. 93c984b9cbSAkinobu Mita 94c984b9cbSAkinobu Mitaconfig MPL115_SPI 95c984b9cbSAkinobu Mita tristate "Freescale MPL115A1 pressure sensor driver" 96c984b9cbSAkinobu Mita depends on SPI_MASTER 97c984b9cbSAkinobu Mita select MPL115 98c984b9cbSAkinobu Mita help 99c984b9cbSAkinobu Mita Say yes here to build support for the Freescale MPL115A1 100c984b9cbSAkinobu Mita pressure sensor connected via SPI. 101c984b9cbSAkinobu Mita 102c984b9cbSAkinobu Mita To compile this driver as a module, choose M here: the module 103c984b9cbSAkinobu Mita will be called mpl115_spi. 1043017d90eSPeter Meerwald 105cc26ad45SPeter Meerwaldconfig MPL3115 106cc26ad45SPeter Meerwald tristate "Freescale MPL3115A2 pressure sensor driver" 107cc26ad45SPeter Meerwald depends on I2C 108cc26ad45SPeter Meerwald select IIO_BUFFER 109cc26ad45SPeter Meerwald select IIO_TRIGGERED_BUFFER 110cc26ad45SPeter Meerwald help 111cc26ad45SPeter Meerwald Say yes here to build support for the Freescale MPL3115A2 112cc26ad45SPeter Meerwald pressure sensor / altimeter. 113cc26ad45SPeter Meerwald 114cc26ad45SPeter Meerwald To compile this driver as a module, choose M here: the module 115cc26ad45SPeter Meerwald will be called mpl3115. 116cc26ad45SPeter Meerwald 117c0644160STomasz Duszynskiconfig MS5611 118825c50dbSPeter Meerwald tristate "Measurement Specialties MS5611 pressure sensor driver" 1193d5032a0SArnd Bergmann select IIO_BUFFER 120713bbb4eSDaniel Baluta select IIO_TRIGGERED_BUFFER 121c0644160STomasz Duszynski help 122825c50dbSPeter Meerwald Say Y here to build support for the Measurement Specialties 1239690d81aSTomasz Duszynski MS5611, MS5607 pressure and temperature sensors. 124c0644160STomasz Duszynski 125c0644160STomasz Duszynski To compile this driver as a module, choose M here: the module will 126c0644160STomasz Duszynski be called ms5611_core. 127c0644160STomasz Duszynski 128c0644160STomasz Duszynskiconfig MS5611_I2C 129c0644160STomasz Duszynski tristate "support I2C bus connection" 130c0644160STomasz Duszynski depends on I2C && MS5611 131c0644160STomasz Duszynski help 132c0644160STomasz Duszynski Say Y here to build I2C bus support for MS5611. 133c0644160STomasz Duszynski 134c0644160STomasz Duszynski To compile this driver as a module, choose M here: the module will 135c0644160STomasz Duszynski be called ms5611_i2c. 136c0644160STomasz Duszynski 137c0644160STomasz Duszynskiconfig MS5611_SPI 138c0644160STomasz Duszynski tristate "support SPI bus connection" 139c0644160STomasz Duszynski depends on SPI_MASTER && MS5611 140c0644160STomasz Duszynski help 141c0644160STomasz Duszynski Say Y here to build SPI bus support for MS5611. 142c0644160STomasz Duszynski 143c0644160STomasz Duszynski To compile this driver as a module, choose M here: the module will 144c0644160STomasz Duszynski be called ms5611_spi. 145c0644160STomasz Duszynski 14664a70c65SLudovic Tancerelconfig MS5637 14764a70c65SLudovic Tancerel tristate "Measurement Specialties MS5637 pressure & temperature sensor" 14864a70c65SLudovic Tancerel depends on I2C 14964a70c65SLudovic Tancerel select IIO_MS_SENSORS_I2C 15064a70c65SLudovic Tancerel help 15164a70c65SLudovic Tancerel If you say yes here you get support for the Measurement Specialties 15264a70c65SLudovic Tancerel MS5637 pressure and temperature sensor. 1531b75ce65SLudovic Tancerel This driver is also used for MS8607 temperature, pressure & humidity 1541b75ce65SLudovic Tancerel sensor 15564a70c65SLudovic Tancerel 15664a70c65SLudovic Tancerel This driver can also be built as a module. If so, the module will 15764a70c65SLudovic Tancerel be called ms5637. 15864a70c65SLudovic Tancerel 159217494e5SDenis CIOCCAconfig IIO_ST_PRESS 16093232cd5SPeter Meerwald tristate "STMicroelectronics pressure sensor Driver" 161217494e5SDenis CIOCCA depends on (I2C || SPI_MASTER) && SYSFS 162217494e5SDenis CIOCCA select IIO_ST_SENSORS_CORE 163217494e5SDenis CIOCCA select IIO_ST_PRESS_I2C if (I2C) 164217494e5SDenis CIOCCA select IIO_ST_PRESS_SPI if (SPI_MASTER) 165217494e5SDenis CIOCCA select IIO_TRIGGERED_BUFFER if (IIO_BUFFER) 166217494e5SDenis CIOCCA help 16793232cd5SPeter Meerwald Say yes here to build support for STMicroelectronics pressure 168*e5aab7b0Smario tesi sensors: LPS001WP, LPS25H, LPS331AP, LPS22HB, LPS22HH. 169217494e5SDenis CIOCCA 170341673f1SPeter Meerwald This driver can also be built as a module. If so, these modules 171341673f1SPeter Meerwald will be created: 172217494e5SDenis CIOCCA - st_pressure (core functions for the driver [it is mandatory]); 173217494e5SDenis CIOCCA - st_pressure_i2c (necessary for the I2C devices [optional*]); 174217494e5SDenis CIOCCA - st_pressure_spi (necessary for the SPI devices [optional*]); 175217494e5SDenis CIOCCA 176217494e5SDenis CIOCCA (*) one of these is necessary to do something. 177217494e5SDenis CIOCCA 178217494e5SDenis CIOCCAconfig IIO_ST_PRESS_I2C 179217494e5SDenis CIOCCA tristate 180217494e5SDenis CIOCCA depends on IIO_ST_PRESS 181217494e5SDenis CIOCCA depends on IIO_ST_SENSORS_I2C 182217494e5SDenis CIOCCA 183217494e5SDenis CIOCCAconfig IIO_ST_PRESS_SPI 184217494e5SDenis CIOCCA tristate 185217494e5SDenis CIOCCA depends on IIO_ST_PRESS 186217494e5SDenis CIOCCA depends on IIO_ST_SENSORS_SPI 187217494e5SDenis CIOCCA 188a2d8be68SPeter Meerwaldconfig T5403 189a2d8be68SPeter Meerwald tristate "EPCOS T5403 digital barometric pressure sensor driver" 190a2d8be68SPeter Meerwald depends on I2C 191a2d8be68SPeter Meerwald help 192a2d8be68SPeter Meerwald Say yes here to build support for the EPCOS T5403 pressure sensor 193a2d8be68SPeter Meerwald connected via I2C. 194a2d8be68SPeter Meerwald 195a2d8be68SPeter Meerwald To compile this driver as a module, choose M here: the module 196a2d8be68SPeter Meerwald will be called t5403. 197a2d8be68SPeter Meerwald 198fa4c9c93SCrestez Dan Leonardconfig HP206C 199fa4c9c93SCrestez Dan Leonard tristate "HOPERF HP206C precision barometer and altimeter sensor" 200fa4c9c93SCrestez Dan Leonard depends on I2C 201fa4c9c93SCrestez Dan Leonard help 202fa4c9c93SCrestez Dan Leonard Say yes here to build support for the HOPREF HP206C precision 203fa4c9c93SCrestez Dan Leonard barometer and altimeter sensor. 204fa4c9c93SCrestez Dan Leonard 205fa4c9c93SCrestez Dan Leonard This driver can also be built as a module. If so, the module will 206fa4c9c93SCrestez Dan Leonard be called hp206c. 207fa4c9c93SCrestez Dan Leonard 20803b262f2SGregor Boirieconfig ZPA2326 20903b262f2SGregor Boirie tristate "Murata ZPA2326 pressure sensor driver" 21003b262f2SGregor Boirie select IIO_BUFFER 21103b262f2SGregor Boirie select IIO_TRIGGERED_BUFFER 21203b262f2SGregor Boirie select REGMAP 21303b262f2SGregor Boirie select ZPA2326_I2C if I2C 21403b262f2SGregor Boirie select ZPA2326_SPI if SPI_MASTER 21503b262f2SGregor Boirie help 21603b262f2SGregor Boirie Say Y here to build support for the Murata ZPA2326 pressure and 21703b262f2SGregor Boirie temperature sensor. 21803b262f2SGregor Boirie 21903b262f2SGregor Boirie To compile this driver as a module, choose M here: the module will 22003b262f2SGregor Boirie be called zpa2326. 22103b262f2SGregor Boirie 22203b262f2SGregor Boirieconfig ZPA2326_I2C 22303b262f2SGregor Boirie tristate 22403b262f2SGregor Boirie select REGMAP_I2C 22503b262f2SGregor Boirie 22603b262f2SGregor Boirieconfig ZPA2326_SPI 22703b262f2SGregor Boirie tristate 22803b262f2SGregor Boirie select REGMAP_SPI 22903b262f2SGregor Boirie 230217494e5SDenis CIOCCAendmenu 231