Enables CPUidle for OMAP architectures Signed-off-by: Rajendra Nayak <rnayak@xxxxxx> --- arch/arm/Kconfig | 10 ++++++++++ 1 files changed, 10 insertions(+) Index: linux-omap-2.6/arch/arm/Kconfig =================================================================== --- linux-omap-2.6.orig/arch/arm/Kconfig 2008-09-09 11:29:35.000000000 +0530 +++ linux-omap-2.6/arch/arm/Kconfig 2008-10-08 13:56:06.000000000 +0530 @@ -1005,6 +1005,16 @@ config ATAGS_PROC endmenu +if (ARCH_OMAP) + +menu "CPUIdle" + +source "drivers/cpuidle/Kconfig" + +endmenu + +endif + if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX || ARCH_PXA) menu "CPU Frequency scaling" -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html