summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2010-07-05 16:31:46 +0300
committerTony Lindgren <tony@atomide.com>2010-07-05 16:31:46 +0300
commitf0ca2c05dd44988b7ce9a974442cd0441bfd3450 (patch)
tree3cc5f136fdff6c9468d6300879e9c3b458aafdb8 /arch/arm/plat-omap/Kconfig
parentfb78b51cb11ecaa4eddc0de182eee3b84fcd3ef8 (diff)
downloadop-kernel-dev-f0ca2c05dd44988b7ce9a974442cd0441bfd3450.zip
op-kernel-dev-f0ca2c05dd44988b7ce9a974442cd0441bfd3450.tar.gz
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>
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r--arch/arm/plat-omap/Kconfig2
1 files changed, 1 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud