diff options
author | Quentin Schulz <quentin.schulz@free-electrons.com> | 2017-05-05 10:43:43 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-05-15 11:45:15 +0200 |
commit | 60610a996177ddd561774b3ec732e09b94acadae (patch) | |
tree | e613edbe116611c390452bfe6db7476114a2277f /arch/arm/configs/sama5_defconfig | |
parent | ARM: configs: at91: make system tickless when idle (diff) | |
download | linux-60610a996177ddd561774b3ec732e09b94acadae.tar.xz linux-60610a996177ddd561774b3ec732e09b94acadae.zip |
ARM: configs: at91: enable HIGH_RES_TIMERS
This enables by default the high resolution timers on sama5d2 platforms.
Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/configs/sama5_defconfig')
-rw-r--r-- | arch/arm/configs/sama5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |