Skip to content
Snippets Groups Projects
Commit 9ca68233 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

missing dependencies on HAVE_CLK in drivers/mfd


Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f5ee051e
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,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
......@@ -89,7 +89,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment