Browse Source

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 <tony@atomide.com>
Tony Lindgren 15 years ago
parent
commit
f0ca2c05dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/plat-omap/Kconfig

+ 1 - 1
arch/arm/plat-omap/Kconfig

@@ -120,7 +120,7 @@ config OMAP_IOMMU_DEBUG
 
 
 choice
 choice
 	prompt "System timer"
 	prompt "System timer"
-	default OMAP_MPU_TIMER
+	default OMAP_32K_TIMER if !ARCH_OMAP15XX
 
 
 config OMAP_MPU_TIMER
 config OMAP_MPU_TIMER
 	bool "Use mpu timer"
 	bool "Use mpu timer"