LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] missing dependencies on HAS_CLK in drivers/mfd
@ 2008-11-01 18:19 Al Viro
2008-11-01 18:23 ` Al Viro
0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2008-11-01 18:19 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, rmk
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
drivers/mfd/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index a0e8451..39c78a0 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -82,7 +82,7 @@ config MFD_TMIO
config MFD_T7L66XB
bool "Support Toshiba T7L66XB"
- depends on ARM
+ depends on ARM && HAVE_CLK
select MFD_CORE
select MFD_TMIO
help
@@ -90,7 +90,7 @@ config MFD_T7L66XB
config MFD_TC6387XB
bool "Support Toshiba TC6387XB"
- depends on ARM
+ depends on ARM && HAVE_CLK
select MFD_CORE
select MFD_TMIO
help
--
1.5.6.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] missing dependencies on HAS_CLK in drivers/mfd
2008-11-01 18:19 [PATCH] missing dependencies on HAS_CLK in drivers/mfd Al Viro
@ 2008-11-01 18:23 ` Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2008-11-01 18:23 UTC (permalink / raw)
To: Al Viro; +Cc: torvalds, linux-kernel, rmk
... HAVE_CLK, even. Sorry, screwed subject line - the patch itself
is correct.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-01 18:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-01 18:19 [PATCH] missing dependencies on HAS_CLK in drivers/mfd Al Viro
2008-11-01 18:23 ` Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).