From: Tony Lindgren Date: Mon, 5 Jul 2010 13:31:46 +0000 (+0300) Subject: omap: Use 32KiHZ timer by default X-Git-Tag: v2.6.36-rc1~488^2~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0ca2c05dd44988b7ce9a974442cd0441bfd3450;p=platform%2Fkernel%2Flinux-3.10.git omap: Use 32KiHZ timer by default Use 32KiHZ timer by default as this is available on all omaps except 15xx based systems. Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 78b49a6..3e2e7a8 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -120,7 +120,7 @@ config OMAP_IOMMU_DEBUG choice prompt "System timer" - default OMAP_MPU_TIMER + default OMAP_32K_TIMER if !ARCH_OMAP15XX config OMAP_MPU_TIMER bool "Use mpu timer"