[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1322591918.2182.35.camel@mars>
Date: Tue, 29 Nov 2011 19:38:38 +0100
From: Christoph Fritz <chf.fritz@...glemail.com>
To: Samuel Ortiz <sameo@...ux.intel.com>,
Dmitry Baryshkov <dbaryshkov@...il.com>,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] mfd: tc6393xb - add depend on HAVE_CLK
This patch adds HAVE_CLK to the required dependencies of tc6393xb.
Signed-off-by: Christoph Fritz <chf.fritz@...glemail.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists