Discussion:
[uClinux-dev] [PATCH] m68knommu: select CONFIG_HAVE_CLK for ColdFire CPU types
gerg
2012-08-03 06:28:21 UTC
Permalink
From: Greg Ungerer <gerg at uclinux.org>

The ColdFire CPU sub-arch has kernel clk code support, so select
CONFIG_HAVE_CLK.

Signed-off-by: Greg Ungerer <gerg at uclinux.org>
---
arch/m68k/Kconfig.cpu | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu
index 43a9f8f..69f2385 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
--
1.7.0.4
Loading...