Commit 193e2d4f authored by Alison Schofield's avatar Alison Schofield Committed by Jonathan Cameron

iio: add Kconfig selects needed for triggered buffer compiles

Select IIO_BUFFER and IIO_TRIGGERED_BUFFER to compile.
Remove IIO_TRIGGER if present since IIO_BUFFER selects it.
Signed-off-by: default avatarAlison Schofield <amsfield22@gmail.com>
Cc: Daniel Baluta <daniel.baluta@gmail.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 45e98152
...@@ -20,6 +20,8 @@ config BMA180 ...@@ -20,6 +20,8 @@ config BMA180
config BMA220 config BMA220
tristate "Bosch BMA220 3-Axis Accelerometer Driver" tristate "Bosch BMA220 3-Axis Accelerometer Driver"
depends on SPI depends on SPI
select IIO_BUFFER
select IIO_TRIGGERED_BUFFER
help help
Say yes here to add support for the Bosch BMA220 triaxial Say yes here to add support for the Bosch BMA220 triaxial
acceleration sensor. acceleration sensor.
...@@ -234,7 +236,8 @@ config STK8312 ...@@ -234,7 +236,8 @@ config STK8312
config STK8BA50 config STK8BA50
tristate "Sensortek STK8BA50 3-Axis Accelerometer Driver" tristate "Sensortek STK8BA50 3-Axis Accelerometer Driver"
depends on I2C depends on I2C
depends on IIO_TRIGGER select IIO_BUFFER
select IIO_TRIGGERED_BUFFER
help help
Say yes here to get support for the Sensortek STK8BA50 3-axis Say yes here to get support for the Sensortek STK8BA50 3-axis
accelerometer. accelerometer.
......
...@@ -6,6 +6,8 @@ menu "Humidity sensors" ...@@ -6,6 +6,8 @@ menu "Humidity sensors"
config AM2315 config AM2315
tristate "Aosong AM2315 relative humidity and temperature sensor" tristate "Aosong AM2315 relative humidity and temperature sensor"
depends on I2C depends on I2C
select IIO_BUFFER
select IIO_TRIGGERED_BUFFER
help help
If you say yes here you get support for the Aosong AM2315 If you say yes here you get support for the Aosong AM2315
relative humidity and ambient temperature sensor. relative humidity and ambient temperature sensor.
......
...@@ -238,6 +238,8 @@ config MAX44000 ...@@ -238,6 +238,8 @@ config MAX44000
tristate "MAX44000 Ambient and Infrared Proximity Sensor" tristate "MAX44000 Ambient and Infrared Proximity Sensor"
depends on I2C depends on I2C
select REGMAP_I2C select REGMAP_I2C
select IIO_BUFFER
select IIO_TRIGGERED_BUFFER
help help
Say Y here if you want to build support for Maxim Integrated's Say Y here if you want to build support for Maxim Integrated's
MAX44000 ambient and infrared proximity sensor device. MAX44000 ambient and infrared proximity sensor device.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment