diff options
author | R Sricharan <r.sricharan@ti.com> | 2013-02-07 08:55:39 +0100 |
---|---|---|
committer | Rajendra Nayak <rnayak@ti.com> | 2013-08-13 07:30:38 +0200 |
commit | f18153f984bef7ab551701f2bae74078c0ded27c (patch) | |
tree | 149dedcb218f8a0c762296c554a7e5b1ff1fefc5 /arch/arm/mach-omap2/Kconfig | |
parent | ARM: DRA7: Reuse io tables and add a new .init_early (diff) | |
download | linux-f18153f984bef7ab551701f2bae74078c0ded27c.tar.xz linux-f18153f984bef7ab551701f2bae74078c0ded27c.zip |
ARM: DRA7: Resue the clocksource, clockevent support
All of OMAP5 timer support for clocksource and clockevent is completely
reused across DRA7.
Signed-off-by: R Sricharan <r.sricharan@ti.com>
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 3eed0006d189..fc6ec23b0109 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -132,7 +132,7 @@ config SOC_HAS_OMAP2_SDRC config SOC_HAS_REALTIME_COUNTER bool "Real time free running counter" - depends on SOC_OMAP5 + depends on SOC_OMAP5 || SOC_DRA7XX default y comment "OMAP Core Type" |