2013-06-03 18:58:00 +04:00
#
# Pressure drivers
#
2013-07-15 11:45:00 +04:00
# When adding new entries keep the list in alphabetical order
2013-06-24 01:28:00 +04:00
menu "Pressure sensors"
2013-06-03 18:58:00 +04:00
2013-11-12 23:43:00 +04:00
config MPL3115
tristate "Freescale MPL3115A2 pressure sensor driver"
depends on I2C
select IIO_BUFFER
select IIO_TRIGGERED_BUFFER
help
Say yes here to build support for the Freescale MPL3115A2
pressure sensor / altimeter.
To compile this driver as a module, choose M here: the module
will be called mpl3115.
2013-06-03 18:58:00 +04:00
config IIO_ST_PRESS
2013-06-24 01:28:00 +04:00
tristate "STMicroelectronics pressure sensor Driver"
2013-06-03 18:58:00 +04:00
depends on (I2C || SPI_MASTER) && SYSFS
select IIO_ST_SENSORS_CORE
select IIO_ST_PRESS_I2C if (I2C)
select IIO_ST_PRESS_SPI if (SPI_MASTER)
select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
help
2013-06-24 01:28:00 +04:00
Say yes here to build support for STMicroelectronics pressure
2013-10-22 22:32:00 +04:00
sensors: LPS001WP, LPS331AP.
2013-06-03 18:58:00 +04:00
2013-06-24 01:28:00 +04:00
This driver can also be built as a module. If so, these modules
will be created:
2013-06-03 18:58:00 +04:00
- st_pressure (core functions for the driver [it is mandatory]);
- st_pressure_i2c (necessary for the I2C devices [optional*]);
- st_pressure_spi (necessary for the SPI devices [optional*]);
(*) one of these is necessary to do something.
config IIO_ST_PRESS_I2C
tristate
depends on IIO_ST_PRESS
depends on IIO_ST_SENSORS_I2C
config IIO_ST_PRESS_SPI
tristate
depends on IIO_ST_PRESS
depends on IIO_ST_SENSORS_SPI
endmenu