mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
217afe63cc
IIO triggered buffer depends on IIO buffer which is missing from Kconfig
file. This should go unnoticed most of the time because there's a
chance something else has already enabled buffers. In some rare cases
though one might experience kbuild warnings about unmet direct
dependencies and build failures due to missing symbols.
Fix this by selecting IIO_BUFFER explicitly.
Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
Fixes:
|
||
---|---|---|
.. | ||
ams-iaq-core.c | ||
atlas-ph-sensor.c | ||
bme680_core.c | ||
bme680_i2c.c | ||
bme680_spi.c | ||
bme680.h | ||
ccs811.c | ||
Kconfig | ||
Makefile | ||
pms7003.c | ||
sgp30.c | ||
sps30.c | ||
vz89x.c |