Commit ab5330eb26327675d28df19a8ab257c928c6a3bd

Authored by Maurus Cuelenaere
Committed by Ralf Baechle
1 parent 6667deb69e

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -209,6 +209,7 @@
209 209 select ARCH_REQUIRE_GPIOLIB
210 210 select SYS_HAS_EARLY_PRINTK
211 211 select HAVE_PWM
  212 + select HAVE_CLK
212 213  
213 214 config LASAT
214 215 bool "LASAT Networks platforms"