diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2011-02-28 18:20:01 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-03-14 16:07:27 -0400 |
commit | ab5330eb26327675d28df19a8ab257c928c6a3bd (patch) | |
tree | 000b6115afd3506c9cd246b99790325d3b6ad68d /arch/mips/Kconfig | |
parent | 6667deb69ee3b8a31ea88e1303cf3ad7d4f221da (diff) |
MIPS: Jz4740: Add HAVE_CLK
Jz4740 supports the clock framework but doesn't have HAVE_CLK defined,
so define it!
Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
To: linux-mips@linux-mips.org
To: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/2112/
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index bd7b64d252dc..d88983516e26 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -209,6 +209,7 @@ config MACH_JZ4740 | |||
209 | select ARCH_REQUIRE_GPIOLIB | 209 | select ARCH_REQUIRE_GPIOLIB |
210 | select SYS_HAS_EARLY_PRINTK | 210 | select SYS_HAS_EARLY_PRINTK |
211 | select HAVE_PWM | 211 | select HAVE_PWM |
212 | select HAVE_CLK | ||
212 | 213 | ||
213 | config LASAT | 214 | config LASAT |
214 | bool "LASAT Networks platforms" | 215 | bool "LASAT Networks platforms" |