Skip to content

Commit

Permalink
mfd: Add a dependency on HAVE_CLK for tc6393xb
Browse files Browse the repository at this point in the history
tc6393xb calls the clk API.

Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Christoph Fritz authored and Samuel Ortiz committed Jan 8, 2012
1 parent aa05c9c commit e959da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e959da1

Please sign in to comment.