Kconfig (9f30a04d768f64280dc0c40b730746e82f298d88) | Kconfig (64a70c6502111a2d5bd1dd5eddfa33039aa897b7) |
---|---|
1# 2# Pressure drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Pressure sensors" 7 8config BMP280 --- 65 unchanged lines hidden (view full) --- 74 tristate "support SPI bus connection" 75 depends on SPI_MASTER && MS5611 76 help 77 Say Y here to build SPI bus support for MS5611. 78 79 To compile this driver as a module, choose M here: the module will 80 be called ms5611_spi. 81 | 1# 2# Pressure drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Pressure sensors" 7 8config BMP280 --- 65 unchanged lines hidden (view full) --- 74 tristate "support SPI bus connection" 75 depends on SPI_MASTER && MS5611 76 help 77 Say Y here to build SPI bus support for MS5611. 78 79 To compile this driver as a module, choose M here: the module will 80 be called ms5611_spi. 81 |
82config MS5637 83 tristate "Measurement Specialties MS5637 pressure & temperature sensor" 84 depends on I2C 85 select IIO_MS_SENSORS_I2C 86 help 87 If you say yes here you get support for the Measurement Specialties 88 MS5637 pressure and temperature sensor. 89 90 This driver can also be built as a module. If so, the module will 91 be called ms5637. 92 |
|
82config IIO_ST_PRESS 83 tristate "STMicroelectronics pressure sensor Driver" 84 depends on (I2C || SPI_MASTER) && SYSFS 85 select IIO_ST_SENSORS_CORE 86 select IIO_ST_PRESS_I2C if (I2C) 87 select IIO_ST_PRESS_SPI if (SPI_MASTER) 88 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER) 89 help --- 32 unchanged lines hidden --- | 93config IIO_ST_PRESS 94 tristate "STMicroelectronics pressure sensor Driver" 95 depends on (I2C || SPI_MASTER) && SYSFS 96 select IIO_ST_SENSORS_CORE 97 select IIO_ST_PRESS_I2C if (I2C) 98 select IIO_ST_PRESS_SPI if (SPI_MASTER) 99 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER) 100 help --- 32 unchanged lines hidden --- |