Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0ca2c05 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

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: default avatarTony Lindgren <tony@atomide.com>
parent fb78b51c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"