projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa05c9c
)
mfd: Add a dependency on HAVE_CLK for tc6393xb
author
Christoph Fritz
<chf.fritz@googlemail.com>
Tue, 29 Nov 2011 18:38:38 +0000
(19:38 +0100)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Sun, 8 Jan 2012 23:37:36 +0000
(
00:37
+0100)
tc6393xb calls the clk API.
Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mfd/Kconfig
b/drivers/mfd/Kconfig
index c9acd32fc0a47f480b08fd7087b2a5326fc6b421..0f6db32240f45bb6a49f0be24fef62ec8a5e9f72 100644
(file)
--- a/
drivers/mfd/Kconfig
+++ b/
drivers/mfd/Kconfig
@@
-312,7
+312,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