From: Luotao Fu <[EMAIL PROTECTED]>

Turns hrt config options on for arm. It does this unconditionally
so it currently breaks platforms that don't support a clocksource.

Signed-off-by: Luotao Fu <[EMAIL PROTECTED]>

Index: arch/arm/Kconfig
===================================================================
--- arch/arm/Kconfig.orig
+++ arch/arm/Kconfig
@@ -21,6 +21,11 @@ config GENERIC_TIME
        bool
        default n
 
+config GENERIC_CLOCKEVENTS
+       bool
+       default y
+
+
 config MMU
        bool
        default y
@@ -179,6 +184,7 @@ config ARCH_EP93XX
        bool "EP93xx-based"
        select ARM_AMBA
        select ARM_VIC
+       select GENERIC_TIME
        help
          This enables support for the Cirrus EP93xx series of CPUs.
 
@@ -192,6 +198,7 @@ config ARCH_FOOTBRIDGE
 config ARCH_NETX
        bool "Hilscher NetX based"
        select ARM_VIC
+       select GENERIC_TIME
        help
          This enables support for systems based on the Hilscher NetX Soc
 
@@ -203,6 +210,7 @@ config ARCH_H720X
 
 config ARCH_IMX
        bool "IMX"
+       select GENERIC_TIME
        help
          Support for Motorola's i.MX family of processors (MX1, MXL).
 
@@ -265,6 +273,7 @@ config ARCH_PNX4008
 config ARCH_PXA
        bool "PXA2xx-based"
        depends on MMU
+       select GENERIC_TIME
        select ARCH_MTD_XIP
        help
          Support for Intel's PXA2XX processor line.
@@ -443,6 +452,8 @@ endmenu
 
 menu "Kernel Features"
 
+source "kernel/time/Kconfig"
+
 config SMP
        bool "Symmetric Multi-Processing (EXPERIMENTAL)"
        depends on EXPERIMENTAL && REALVIEW_MPCORE

--
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9

-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to