diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2013-01-25 18:32:43 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 18:57:08 +0100 |
commit | cecf42c5d7a864509ee5cc6630d2414676f0b8a9 (patch) | |
tree | 83106b2f1b1caf782ca995ccaacb51d9acff1629 | |
parent | ddd3f69f9f01063edabeb8ca5b1551936f98dfb1 (diff) | |
download | linux-3.10-cecf42c5d7a864509ee5cc6630d2414676f0b8a9.tar.gz linux-3.10-cecf42c5d7a864509ee5cc6630d2414676f0b8a9.tar.bz2 linux-3.10-cecf42c5d7a864509ee5cc6630d2414676f0b8a9.zip |
arm: mvebu: update defconfig with local timer support
Now that we have support for local timers, enable it by default
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r-- | arch/arm/configs/mvebu_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index 28e3332ede7..4476a3014a7 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig @@ -14,7 +14,6 @@ CONFIG_MACH_ARMADA_XP=y # CONFIG_CACHE_L2X0 is not set # CONFIG_SWP_EMULATE is not set CONFIG_SMP=y -# CONFIG_LOCAL_TIMERS is not set CONFIG_AEABI=y CONFIG_HIGHMEM=y # CONFIG_COMPACTION is not set |