Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ca68233 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

missing dependencies on HAVE_CLK in drivers/mfd

parent f5ee051e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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