mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
missing dependencies on HAVE_CLK in drivers/mfd
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f5ee051e74
commit
9ca68233f2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue