From 5608801baf0ffd06a428de3496fa10b3b7d789e9 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 22 Jun 2011 14:53:58 +0100 Subject: [PATCH] mfd: Don't ask about the TPS65912 core driver in Kconfig The user has to select the I2C and SPI drivers individually and they select the core driver for the device so there's no point in presenting the user with an option for the core driver. Signed-off-by: Mark Brown Acked-by: Randy Dunlap Signed-off-by: Samuel Ortiz --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index f94036a4f33d..3695a078bae7 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -172,7 +172,7 @@ config MFD_TPS6586X will be called tps6586x. config MFD_TPS65912 - bool "TPS65912 PMIC" + bool depends on GPIOLIB config MFD_TPS65912_I2C -- 2.11.0