Skip to content

Commit

Permalink
missing dependencies on HAVE_CLK in drivers/mfd
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Nov 1, 2008
1 parent f5ee051 commit 9ca6823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ 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
Support for Toshiba Mobile IO Controller T7L66XB

config MFD_TC6387XB
bool "Support Toshiba TC6387XB"
depends on ARM
depends on ARM && HAVE_CLK
select MFD_CORE
select MFD_TMIO
help
Expand Down

0 comments on commit 9ca6823

Please sign in to comment.