Kconfig (16217dc79dbc599b110dda26d0421df47904bba4) Kconfig (03b262f2bbf43b82eaef82ffb3bc671d5b5c8da1)
1#
2# Pressure drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Pressure sensors"
7
8config BMP280

--- 173 unchanged lines hidden (view full) ---

182 depends on I2C
183 help
184 Say yes here to build support for the HOPREF HP206C precision
185 barometer and altimeter sensor.
186
187 This driver can also be built as a module. If so, the module will
188 be called hp206c.
189
1#
2# Pressure drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Pressure sensors"
7
8config BMP280

--- 173 unchanged lines hidden (view full) ---

182 depends on I2C
183 help
184 Say yes here to build support for the HOPREF HP206C precision
185 barometer and altimeter sensor.
186
187 This driver can also be built as a module. If so, the module will
188 be called hp206c.
189
190config ZPA2326
191 tristate "Murata ZPA2326 pressure sensor driver"
192 select IIO_BUFFER
193 select IIO_TRIGGERED_BUFFER
194 select REGMAP
195 select ZPA2326_I2C if I2C
196 select ZPA2326_SPI if SPI_MASTER
197 help
198 Say Y here to build support for the Murata ZPA2326 pressure and
199 temperature sensor.
200
201 To compile this driver as a module, choose M here: the module will
202 be called zpa2326.
203
204config ZPA2326_I2C
205 tristate
206 select REGMAP_I2C
207
208config ZPA2326_SPI
209 tristate
210 select REGMAP_SPI
211
190endmenu
212endmenu