diff options
| author | Moyster <oysterized@gmail.com> | 2017-06-01 21:57:52 +0200 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-06-02 03:28:44 +0200 |
| commit | 96d8fd737ead1c710882315112e261a0a53e0da9 (patch) | |
| tree | 2a8b5b4a47aa16c41da992254afce7ef9916376d /arch | |
| parent | 47ba3dfe2a30bf53a68cec82301b2a3964800bf7 (diff) | |
defconfig: move to config_hz=300
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm64/Kconfig | 4 | ||||
| -rw-r--r-- | arch/arm64/configs/m2note_defconfig | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 8d10a9296..2f4b691d5 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -601,9 +601,7 @@ config HOTPLUG_CPU source kernel/Kconfig.preempt -config HZ - int - default 100 +source kernel/Kconfig.hz config ARCH_HAS_HOLES_MEMORYMODEL def_bool y if SPARSEMEM diff --git a/arch/arm64/configs/m2note_defconfig b/arch/arm64/configs/m2note_defconfig index 2c045a043..475a531d0 100644 --- a/arch/arm64/configs/m2note_defconfig +++ b/arch/arm64/configs/m2note_defconfig @@ -286,7 +286,12 @@ CONFIG_HOTPLUG_CPU=y # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREEMPT=y CONFIG_PREEMPT_COUNT=y -CONFIG_HZ=100 +# CONFIG_HZ_100 is not set +# CONFIG_HZ_250 is not set +CONFIG_HZ_300=y +# CONFIG_HZ_1000 is not set +CONFIG_HZ=300 +CONFIG_SCHED_HRTICK=y CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_DEFAULT=y |
