Merge tag 'regulator-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[deliverable/linux.git] / drivers / iio / pressure / Kconfig
CommitLineData
217494e5
DC
1#
2# Pressure drivers
3#
3edc84e6
LPC
4# When adding new entries keep the list in alphabetical order
5
93232cd5 6menu "Pressure sensors"
217494e5
DC
7
8config IIO_ST_PRESS
93232cd5 9 tristate "STMicroelectronics pressure sensor Driver"
217494e5
DC
10 depends on (I2C || SPI_MASTER) && SYSFS
11 select IIO_ST_SENSORS_CORE
12 select IIO_ST_PRESS_I2C if (I2C)
13 select IIO_ST_PRESS_SPI if (SPI_MASTER)
14 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
15 help
93232cd5 16 Say yes here to build support for STMicroelectronics pressure
d141ab77 17 sensors: LPS001WP, LPS331AP.
217494e5 18
341673f1
PM
19 This driver can also be built as a module. If so, these modules
20 will be created:
217494e5
DC
21 - st_pressure (core functions for the driver [it is mandatory]);
22 - st_pressure_i2c (necessary for the I2C devices [optional*]);
23 - st_pressure_spi (necessary for the SPI devices [optional*]);
24
25 (*) one of these is necessary to do something.
26
27config IIO_ST_PRESS_I2C
28 tristate
29 depends on IIO_ST_PRESS
30 depends on IIO_ST_SENSORS_I2C
31
32config IIO_ST_PRESS_SPI
33 tristate
34 depends on IIO_ST_PRESS
35 depends on IIO_ST_SENSORS_SPI
36
37endmenu
This page took 0.069921 seconds and 5 git commands to generate.