public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: tc6393xb - add depend on HAVE_CLK
@ 2011-11-29 18:38 Christoph Fritz
  2011-12-19 10:57 ` Samuel Ortiz
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Fritz @ 2011-11-29 18:38 UTC (permalink / raw)
  To: Samuel Ortiz, Dmitry Baryshkov, kernel-janitors, linux-kernel

This patch adds HAVE_CLK to the required dependencies of tc6393xb.

Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
---
 drivers/mfd/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index f1391c2..833ed2c 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -311,7 +311,7 @@ config MFD_TC6387XB
 
 config MFD_TC6393XB
 	bool "Support Toshiba TC6393XB"
-	depends on GPIOLIB && ARM
+	depends on GPIOLIB && ARM && HAVE_CLK
 	select MFD_CORE
 	select MFD_TMIO
 	help
-- 
1.7.2.5




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

end of thread, other threads:[~2011-12-19 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-29 18:38 [PATCH] mfd: tc6393xb - add depend on HAVE_CLK Christoph Fritz
2011-12-19 10:57 ` Samuel Ortiz

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