diff options
author | Tomasz Duszynski <tduszyns@gmail.com> | 2015-05-03 20:37:21 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-05-10 20:31:46 +0100 |
commit | 3a11fbb037a1ecd3e1070ee484f1ea887133f21b (patch) | |
tree | fad187e9df4ad3602eb031653e3fc439d3098de2 /drivers/iio/light/Kconfig | |
parent | 54628687fa2df2d3755912954afa67665ed122cc (diff) | |
download | linux-stable-3a11fbb037a1ecd3e1070ee484f1ea887133f21b.tar.gz linux-stable-3a11fbb037a1ecd3e1070ee484f1ea887133f21b.tar.bz2 linux-stable-3a11fbb037a1ecd3e1070ee484f1ea887133f21b.zip |
iio: light: add support for ROHM BH1710/BH1715/BH1721/BH1750/BH1751 ambient light sensors
Add support for ROHM BH1710/BH1715/BH1721/BH1750/BH1751 ambient light
sensors.
Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/light/Kconfig')
-rw-r--r-- | drivers/iio/light/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig index 3d7bafa6a0e3..0ce46fd5a646 100644 --- a/drivers/iio/light/Kconfig +++ b/drivers/iio/light/Kconfig @@ -37,6 +37,16 @@ config APDS9300 To compile this driver as a module, choose M here: the module will be called apds9300. +config BH1750 + tristate "ROHM BH1750 ambient light sensor" + depends on I2C + help + Say Y here to build support for the ROHM BH1710, BH1715, BH1721, + BH1750, BH1751 ambient light sensors. + + To compile this driver as a module, choose M here: the module will + be called bh1750. + config CM32181 depends on I2C tristate "CM32181 driver" |