The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] mfd: Don't ask about the TPS65912 core driver in Kconfig
@ 2011-06-22 13:53 Mark Brown
  2011-06-23 17:14 ` Randy Dunlap
  2011-07-04 14:21 ` Samuel Ortiz
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Brown @ 2011-06-22 13:53 UTC (permalink / raw)
  To: Margarita Olaya Cabrera, Samuel Ortiz; +Cc: linux-kernel, Mark Brown

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 <broonie@opensource.wolfsonmicro.com>
---
 drivers/mfd/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 5494413..c5edb8b 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
-- 
1.7.5.4


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

end of thread, other threads:[~2011-07-04 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 13:53 [PATCH] mfd: Don't ask about the TPS65912 core driver in Kconfig Mark Brown
2011-06-23 17:14 ` Randy Dunlap
2011-07-04 14:21 ` Samuel Ortiz

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