mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drivers/iio/light/Kconfig: SENSORS_BH1780 cleanup
@ 2016-08-16  6:27 Valentin Rothberg
  2016-08-16  7:48 ` Greg KH
  2016-08-16  7:51 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Valentin Rothberg @ 2016-08-16  6:27 UTC (permalink / raw)
  To: linus.walleij, gregkh, jic23
  Cc: hemanthv, linux-kernel, ziegler, Valentin Rothberg

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-16  7:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-16  6:27 [PATCH] drivers/iio/light/Kconfig: SENSORS_BH1780 cleanup Valentin Rothberg
2016-08-16  7:48 ` Greg KH
2016-08-16  7:51 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome