From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753334AbcHPG3X (ORCPT ); Tue, 16 Aug 2016 02:29:23 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34177 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751581AbcHPG3W (ORCPT ); Tue, 16 Aug 2016 02:29:22 -0400 From: Valentin Rothberg To: linus.walleij@linaro.org, gregkh@linuxfoundation.org, jic23@kernel.org Cc: hemanthv@ti.com, linux-kernel@vger.kernel.org, ziegler@cs.fau.de, Valentin Rothberg Subject: [PATCH] drivers/iio/light/Kconfig: SENSORS_BH1780 cleanup Date: Tue, 16 Aug 2016 08:27:53 +0200 Message-Id: <20160816062753.14271-1-valentinrothberg@gmail.com> X-Mailer: git-send-email 2.9.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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