projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb78b51
)
omap: Use 32KiHZ timer by default
author
Tony Lindgren
<tony@atomide.com>
Mon, 5 Jul 2010 13:31:46 +0000
(16:31 +0300)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 5 Jul 2010 13:31:46 +0000
(16:31 +0300)
Use 32KiHZ timer by default as this is available on all omaps
except 15xx based systems.
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/plat-omap/Kconfig
b/arch/arm/plat-omap/Kconfig
index 78b49a626d06521340c1eada5c5692ca311f8814..3e2e7a827d5a663b5139f4cd63044f985507dce4 100644
(file)
--- 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"