4 # When adding new entries keep the list in alphabetical order
6 menu "Pressure sensors"
9 tristate "Freescale MPL3115A2 pressure sensor driver"
12 select IIO_TRIGGERED_BUFFER
14 Say yes here to build support for the Freescale MPL3115A2
15 pressure sensor / altimeter.
17 To compile this driver as a module, choose M here: the module
18 will be called mpl3115.
21 tristate "STMicroelectronics pressure sensor Driver"
22 depends on (I2C || SPI_MASTER) && SYSFS
23 select IIO_ST_SENSORS_CORE
24 select IIO_ST_PRESS_I2C if (I2C)
25 select IIO_ST_PRESS_SPI if (SPI_MASTER)
26 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
28 Say yes here to build support for STMicroelectronics pressure
29 sensors: LPS001WP, LPS331AP.
31 This driver can also be built as a module. If so, these modules
33 - st_pressure (core functions for the driver [it is mandatory]);
34 - st_pressure_i2c (necessary for the I2C devices [optional*]);
35 - st_pressure_spi (necessary for the SPI devices [optional*]);
37 (*) one of these is necessary to do something.
39 config IIO_ST_PRESS_I2C
41 depends on IIO_ST_PRESS
42 depends on IIO_ST_SENSORS_I2C
44 config IIO_ST_PRESS_SPI
46 depends on IIO_ST_PRESS
47 depends on IIO_ST_SENSORS_SPI