diff options
author | Olof Johansson <olof@lixom.net> | 2021-06-12 18:49:28 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2021-06-12 18:49:30 +0300 |
commit | ad9f81281ebe840a6cf55302fc058d3e3b7399ff (patch) | |
tree | 5f5f646d6b1d39c6d42f76bfa29bd86cfe7196df /arch/arm | |
parent | 65a40301234ea88076fceaf64fadafb606868552 (diff) | |
parent | b249d97825ff461747421a5009794f395e99a032 (diff) | |
download | linux-ad9f81281ebe840a6cf55302fc058d3e3b7399ff.tar.xz |
Merge tag 'at91-defconfig-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/defconfig
AT91 defconfig for 5.14:
- Add the use of tickless and HR times to ARM9 defconfig
* tag 'at91-defconfig-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
ARM: configs: at91_dt_defconfig: configs for sam9x60
Link: https://lore.kernel.org/r/20210611125659.25590-1-nicolas.ferre@microchip.com
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/at91_dt_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig index 06c888a45eb3..b1564e0aa000 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_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_LOG_BUF_SHIFT=14 CONFIG_BLK_DEV_INITRD=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y |