| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Pressure drivers |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 52 | 53 | To compile this driver as a module, choose M here: the module |
|---|
| 53 | 54 | will be called cros_ec_baro. |
|---|
| 54 | 55 | |
|---|
| 56 | +config DLHL60D |
|---|
| 57 | + tristate "All Sensors DLHL60D and DLHL60G low voltage digital pressure sensors" |
|---|
| 58 | + depends on I2C |
|---|
| 59 | + select IIO_BUFFER |
|---|
| 60 | + select IIO_TRIGGERED_BUFFER |
|---|
| 61 | + help |
|---|
| 62 | + Say yes here to build support for the All Sensors DLH series |
|---|
| 63 | + pressure sensors driver. |
|---|
| 64 | + |
|---|
| 65 | + To compile this driver as a module, choose M here: the module |
|---|
| 66 | + will be called dlhl60d. |
|---|
| 67 | + |
|---|
| 68 | +config DPS310 |
|---|
| 69 | + tristate "Infineon DPS310 pressure and temperature sensor" |
|---|
| 70 | + depends on I2C |
|---|
| 71 | + select REGMAP_I2C |
|---|
| 72 | + help |
|---|
| 73 | + Support for the Infineon DPS310 digital barometric pressure sensor. |
|---|
| 74 | + It can be accessed over I2C bus. |
|---|
| 75 | + |
|---|
| 76 | + This driver can also be built as a module. If so, the module will be |
|---|
| 77 | + called dps310. |
|---|
| 78 | + |
|---|
| 55 | 79 | config HID_SENSOR_PRESS |
|---|
| 56 | 80 | depends on HID_SENSOR_HUB |
|---|
| 57 | 81 | select IIO_BUFFER |
|---|
| 58 | | - select IIO_TRIGGERED_BUFFER |
|---|
| 59 | 82 | select HID_SENSOR_IIO_COMMON |
|---|
| 60 | 83 | select HID_SENSOR_IIO_TRIGGER |
|---|
| 61 | 84 | tristate "HID PRESS" |
|---|
| .. | .. |
|---|
| 76 | 99 | |
|---|
| 77 | 100 | To compile this driver as a module, choose M here: the module |
|---|
| 78 | 101 | will be called hp03. |
|---|
| 102 | + |
|---|
| 103 | +config ICP10100 |
|---|
| 104 | + tristate "InvenSense ICP-101xx pressure and temperature sensor" |
|---|
| 105 | + depends on I2C |
|---|
| 106 | + select CRC8 |
|---|
| 107 | + help |
|---|
| 108 | + Say yes here to build support for InvenSense ICP-101xx barometric |
|---|
| 109 | + pressure and temperature sensor. |
|---|
| 110 | + |
|---|
| 111 | + To compile this driver as a module, choose M here: the module |
|---|
| 112 | + will be called icp10100. |
|---|
| 79 | 113 | |
|---|
| 80 | 114 | config MPL115 |
|---|
| 81 | 115 | tristate |
|---|
| .. | .. |
|---|
| 165 | 199 | select IIO_TRIGGERED_BUFFER if (IIO_BUFFER) |
|---|
| 166 | 200 | help |
|---|
| 167 | 201 | Say yes here to build support for STMicroelectronics pressure |
|---|
| 168 | | - sensors: LPS001WP, LPS25H, LPS331AP, LPS22HB. |
|---|
| 202 | + sensors: LPS001WP, LPS25H, LPS331AP, LPS22HB, LPS22HH. |
|---|
| 169 | 203 | |
|---|
| 170 | 204 | This driver can also be built as a module. If so, these modules |
|---|
| 171 | 205 | will be created: |
|---|