From: Linus Walleij <linus.walleij@linaro.org>
Date: Thu, 20 Jun 2013 11:48:16 +0000 (+0200)
Subject: ARM: nomadik: configure for NO_HZ and HRTIMERS
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fec57e15527ab2e3d22cfbf04f2b98f823f294ff;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

ARM: nomadik: configure for NO_HZ and HRTIMERS

This enables tickless idle (NO_HZ_IDLE) and high resolution
timers for the Nomadik.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---

diff --git a/arch/arm/configs/nhk8815_defconfig b/arch/arm/configs/nhk8815_defconfig
index e4cb5a420424..263ae3869e32 100644
--- a/arch/arm/configs/nhk8815_defconfig
+++ b/arch/arm/configs/nhk8815_defconfig
@@ -1,6 +1,8 @@
 # CONFIG_LOCALVERSION_AUTO is not set
 # CONFIG_SWAP is not set
 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