Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1463444

[PATCH] drivers/iio/light/Kconfig: SENSORS_BH1780 cleanup

From Valentin Rothberg <valentinrothberg@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] drivers/iio/light/Kconfig: SENSORS_BH1780 cleanup
Date 2016-08-16 08:30 +0200
Message-ID <s6G2R-7Xd-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
I found the issue using scripts/checkkconfigsymbols.py

 drivers/iio/light/Kconfig | 1 -
 1 file changed, 1 deletion(-)

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.
-- 
2.9.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] drivers/iio/light/Kconfig: SENSORS_BH1780 cleanup Valentin Rothberg <valentinrothberg@gmail.com> - 2016-08-16 08:30 +0200
  Re: [PATCH] drivers/iio/light/Kconfig: SENSORS_BH1780 cleanup Greg KH <gregkh@linuxfoundation.org> - 2016-08-16 09:50 +0200
  Re: [PATCH] drivers/iio/light/Kconfig: SENSORS_BH1780 cleanup Linus Walleij <linus.walleij@linaro.org> - 2016-08-16 10:00 +0200

csiph-web