diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-06-15 15:00:19 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-17 11:52:35 +0200 |
commit | 3484550d6260a0ffe23976c63c0cfe4142fd1142 (patch) | |
tree | 7b3608d25ef3832ba9a5e2501a75b98acd41aa30 /arch/arm/configs/ep93xx_defconfig | |
parent | Linux 4.2-rc1 (diff) | |
download | linux-3484550d6260a0ffe23976c63c0cfe4142fd1142.tar.xz linux-3484550d6260a0ffe23976c63c0cfe4142fd1142.zip |
ARM: ep93xx: activate NO_HZ and high-res timers
Let's set the EP93xx to NO_HZ mode and activate the high-res
timers now that we have GENERIC_CLOCKEVENTS.
Tested-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/configs/ep93xx_defconfig')
-rw-r--r-- | arch/arm/configs/ep93xx_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/ep93xx_defconfig b/arch/arm/configs/ep93xx_defconfig index 72233b9c9d07..f3adf59fa315 100644 --- a/arch/arm/configs/ep93xx_defconfig +++ b/arch/arm/configs/ep93xx_defconfig @@ -1,4 +1,6 @@ CONFIG_SYSVIPC=y +CONFIG_NO_HZ_IDLE=y +CONFIG_HIGH_RES_TIMERS=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=14 |