Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1636250

[PATCH 2/2] ARM: at91/defconfig: enable HIGH_RES_TIMERS

From Quentin Schulz <quentin.schulz@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH 2/2] ARM: at91/defconfig: enable HIGH_RES_TIMERS
Date 2017-05-05 10:50 +0200
Message-ID <tDH61-7L0-3@gated-at.bofh.it> (permalink)
References <tDH61-7L0-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This enables by default the high resolution timers on sama5d2 platforms.

Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
---
 arch/arm/configs/sama5_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
index 2e1f096c96cb..4c914da669ea 100644
--- a/arch/arm/configs/sama5_defconfig
+++ b/arch/arm/configs/sama5_defconfig
@@ -4,6 +4,7 @@ CONFIG_SYSVIPC=y
 CONFIG_FHANDLE=y
 CONFIG_IRQ_DOMAIN_DEBUG=y
 CONFIG_NO_HZ_IDLE=y
+CONFIG_HIGH_RES_TIMERS=y
 CONFIG_LOG_BUF_SHIFT=14
 CONFIG_CGROUPS=y
 CONFIG_BLK_DEV_INITRD=y
-- 
2.11.0

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 2/2] ARM: at91/defconfig: enable HIGH_RES_TIMERS Quentin Schulz <quentin.schulz@free-electrons.com> - 2017-05-05 10:50 +0200

csiph-web