Skip to content

Commit

Permalink
omap: Use 32KiHZ timer by default
Browse files Browse the repository at this point in the history
Use 32KiHZ timer by default as this is available on all omaps
except 15xx based systems.

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Jul 5, 2010
1 parent fb78b51 commit f0ca2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-omap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f0ca2c0

Please sign in to comment.