diff options
author | Valentin Rothberg <valentinrothberg@gmail.com> | 2016-08-16 08:27:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-16 09:45:43 +0200 |
commit | 83cf8df2d4fa48a80b384fea4b09b12180a2442e (patch) | |
tree | 5f7772ec7ed93c894b3b557b1ac672d1f3e63873 /drivers/iio/light | |
parent | 7b142d8fd0bd4c9bf06ccb72ac4daedb503f0124 (diff) | |
download | linux-83cf8df2d4fa48a80b384fea4b09b12180a2442e.tar.gz linux-83cf8df2d4fa48a80b384fea4b09b12180a2442e.tar.bz2 linux-83cf8df2d4fa48a80b384fea4b09b12180a2442e.zip |
drivers/iio/light/Kconfig: SENSORS_BH1780 cleanup
Commit 7ef9153d9af5 ("misc: delete bh1780 driver") has removed the
Kconfig option SENSORS_BH1780. Remove the last reference on this
option.
Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/light')
-rw-r--r-- | drivers/iio/light/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig index 7c566f516572..69904d55d76d 100644 --- a/drivers/iio/light/Kconfig +++ b/drivers/iio/light/Kconfig @@ -76,7 +76,6 @@ config BH1750 config BH1780 tristate "ROHM BH1780 ambient light sensor" depends on I2C - depends on !SENSORS_BH1780 help Say Y here to build support for the ROHM BH1780GLI ambient light sensor. |