diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-06-20 15:48:16 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-07-20 13:59:45 +0400 |
commit | fec57e15527ab2e3d22cfbf04f2b98f823f294ff (patch) | |
tree | 1b4a241add08808cf8730d25626a5e18b8ca7b0c /arch/arm | |
parent | 931f57378631c19545ec933d2df0f4fb46d16659 (diff) | |
download | linux-fec57e15527ab2e3d22cfbf04f2b98f823f294ff.tar.xz |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/nhk8815_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |