summaryrefslogtreecommitdiff
path: root/arch/m68k/Kconfig.cpu
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2012-08-03 06:08:36 (GMT)
committerGreg Ungerer <gerg@uclinux.org>2012-08-17 00:04:23 (GMT)
commite7d6582e04212943d23d6e42b86ede5d9a0ebe04 (patch)
treeefaa7ff89aca8e80e6060d617496e9477acaf458 /arch/m68k/Kconfig.cpu
parentd9875690d9b89a866022ff49e3fcea892345ad92 (diff)
downloadlinux-fsl-qoriq-e7d6582e04212943d23d6e42b86ede5d9a0ebe04.tar.xz
m68knommu: select CONFIG_HAVE_CLK for ColdFire CPU types
The ColdFire CPU sub-arch has kernel clk code support, so select CONFIG_HAVE_CLK. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/Kconfig.cpu')
-rw-r--r--arch/m68k/Kconfig.cpu1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu
index 8206834..59eb9f3 100644
--- a/arch/m68k/Kconfig.cpu
+++ b/arch/m68k/Kconfig.cpu
@@ -28,6 +28,7 @@ config COLDFIRE
select CPU_HAS_NO_BITFIELDS
select CPU_HAS_NO_MULDIV64
select GENERIC_CSUM
+ select HAVE_CLK
endchoice