Kconfig (f64a799b8a49e3e26497b26ea78af01fc6302874) | Kconfig (931878405b869093c90d57a0a34f0c2b3641c4ea) |
---|---|
1# 2# Pressure drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Pressure sensors" 7 8config HID_SENSOR_PRESS --- 26 unchanged lines hidden (view full) --- 35 tristate "STMicroelectronics pressure sensor Driver" 36 depends on (I2C || SPI_MASTER) && SYSFS 37 select IIO_ST_SENSORS_CORE 38 select IIO_ST_PRESS_I2C if (I2C) 39 select IIO_ST_PRESS_SPI if (SPI_MASTER) 40 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER) 41 help 42 Say yes here to build support for STMicroelectronics pressure | 1# 2# Pressure drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Pressure sensors" 7 8config HID_SENSOR_PRESS --- 26 unchanged lines hidden (view full) --- 35 tristate "STMicroelectronics pressure sensor Driver" 36 depends on (I2C || SPI_MASTER) && SYSFS 37 select IIO_ST_SENSORS_CORE 38 select IIO_ST_PRESS_I2C if (I2C) 39 select IIO_ST_PRESS_SPI if (SPI_MASTER) 40 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER) 41 help 42 Say yes here to build support for STMicroelectronics pressure |
43 sensors: LPS001WP, LPS331AP. | 43 sensors: LPS001WP, LPS25H, LPS331AP. |
44 45 This driver can also be built as a module. If so, these modules 46 will be created: 47 - st_pressure (core functions for the driver [it is mandatory]); 48 - st_pressure_i2c (necessary for the I2C devices [optional*]); 49 - st_pressure_spi (necessary for the SPI devices [optional*]); 50 51 (*) one of these is necessary to do something. --- 12 unchanged lines hidden --- | 44 45 This driver can also be built as a module. If so, these modules 46 will be created: 47 - st_pressure (core functions for the driver [it is mandatory]); 48 - st_pressure_i2c (necessary for the I2C devices [optional*]); 49 - st_pressure_spi (necessary for the SPI devices [optional*]); 50 51 (*) one of these is necessary to do something. --- 12 unchanged lines hidden --- |