1
0
Fork 0
alistair23-linux/drivers/iio/light
Necip Fazil Yildiran 7f76c60813 iio: light: fix kconfig dependency bug for VCNL4035
commit 44a146a44f upstream.

When VCNL4035 is enabled and IIO_BUFFER is disabled, it results in the
following Kbuild warning:

WARNING: unmet direct dependencies detected for IIO_TRIGGERED_BUFFER
  Depends on [n]: IIO [=y] && IIO_BUFFER [=n]
  Selected by [y]:
  - VCNL4035 [=y] && IIO [=y] && I2C [=y]

The reason is that VCNL4035 selects IIO_TRIGGERED_BUFFER without depending
on or selecting IIO_BUFFER while IIO_TRIGGERED_BUFFER depends on
IIO_BUFFER. This can also fail building the kernel.

Honor the kconfig dependency to remove unmet direct dependency warnings
and avoid any potential build failures.

Fixes: 55707294c4 ("iio: light: Add support for vishay vcnl4035")
Signed-off-by: Necip Fazil Yildiran <fazilyildiran@gmail.com>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=209883
Link: https://lore.kernel.org/r/20201102223523.572461-1-fazilyildiran@gmail.com
Cc: <stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-11-24 13:29:21 +01:00
..
Kconfig iio: light: fix kconfig dependency bug for VCNL4035 2020-11-24 13:29:21 +01:00
Makefile
acpi-als.c
adjd_s311.c
al3320a.c
apds9300.c
apds9960.c
bh1750.c
bh1780.c
cm3232.c
cm3323.c
cm3605.c
cm32181.c
cm36651.c
cros_ec_light_prox.c
gp2ap020a00f.c
hid-sensor-als.c
hid-sensor-prox.c
isl29018.c
isl29028.c
isl29125.c
jsa1212.c
lm3533-als.c
ltr501.c iio:light:ltr501 Fix timestamp alignment issue. 2020-09-17 13:47:50 +02:00
lv0104cs.c
max44000.c iio:light:max44000 Fix timestamp alignment and prevent data leak. 2020-09-17 13:47:51 +02:00
max44009.c
noa1305.c
opt3001.c
pa12203001.c
rpr0521.c
si1133.c iio: si1133: read 24-bit signed integer for measurement 2020-04-23 10:36:43 +02:00
si1145.c iio:light:si1145: Fix timestamp alignment and prevent data leak. 2020-11-05 11:43:29 +01:00
st_uvis25.h
st_uvis25_core.c
st_uvis25_i2c.c
st_uvis25_spi.c
stk3310.c
tcs3414.c
tcs3472.c
tsl2563.c
tsl2583.c
tsl2772.c
tsl4531.c
us5182d.c
vcnl4000.c iio: vcnl4000: Fix i2c swapped word reading. 2020-06-10 20:24:56 +02:00
vcnl4035.c
veml6070.c
vl6180.c
zopt2201.c