summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/Kconfig
diff options
context:
space:
mode:
authorPeter Meerwald-Stadler2016-07-05 12:23:18 +0200
committerJonathan Cameron2016-07-10 15:44:04 +0200
commitd978bfdd0cd5fc31c27b587337f88e32deb768eb (patch)
tree121b68380c519da8e7837a3e0939f74602a55b16 /drivers/iio/light/Kconfig
parentiio: temperature: add support for Maxim thermocouple chips (diff)
downloadkernel-qcow2-linux-d978bfdd0cd5fc31c27b587337f88e32deb768eb.tar.gz
kernel-qcow2-linux-d978bfdd0cd5fc31c27b587337f88e32deb768eb.tar.xz
kernel-qcow2-linux-d978bfdd0cd5fc31c27b587337f88e32deb768eb.zip
iio: light: vcnl4000: Mention and check support for VCNL4010 and VCNL4020
VCNL4000, VCNL4010 and VCNL4020 chips are fairly compatible from a software point of view, added features are not yet supported by the driver patch adds a check for the product ID and demotes the corresponding dev_info() to dev_dbg() Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/light/Kconfig')
-rw-r--r--drivers/iio/light/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig
index 7c566f516572..28217478d828 100644
--- a/drivers/iio/light/Kconfig
+++ b/drivers/iio/light/Kconfig
@@ -333,11 +333,11 @@ config US5182D
will be called us5182d.
config VCNL4000
- tristate "VCNL4000 combined ALS and proximity sensor"
+ tristate "VCNL4000/4010/4020 combined ALS and proximity sensor"
depends on I2C
help
- Say Y here if you want to build a driver for the Vishay VCNL4000
- combined ambient light and proximity sensor.
+ Say Y here if you want to build a driver for the Vishay VCNL4000,
+ VCNL4010, VCNL4020 combined ambient light and proximity sensor.
To compile this driver as a module, choose M here: the
module will be called vcnl4000.