diff options
author | Christoph Fritz <chf.fritz@googlemail.com> | 2011-11-29 22:38:38 +0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-01-09 03:37:36 +0400 |
commit | e959da1020062b840d3b9fcf16287e3034845bca (patch) | |
tree | ad4bcec2933babe2fca4c717e646068661418771 /drivers/mfd | |
parent | aa05c9cf5e6e7266588468d9683d7c38fb8022d6 (diff) | |
download | linux-e959da1020062b840d3b9fcf16287e3034845bca.tar.xz |
mfd: Add a dependency on HAVE_CLK for tc6393xb
tc6393xb calls the clk API.
Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index c9acd32fc0a4..0f6db32240f4 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -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 |