defconfig: Set CONFIG_HZ to 300

 * As seen on Nexus.
 * Improves overall interactivity and UX with no power cost.

Change-Id: Ifeae42feab5f4a0364a6ddf24710a1f9be71b5e6

Signed-off-by: Kevin F. Haggerty <haggertk@lineageos.org>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 21fb9b8..b0098f1 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1771,14 +1771,7 @@
 
 source kernel/Kconfig.preempt
 
-config HZ
-	int
-	default 200 if ARCH_EBSA110 || ARCH_S3C24XX || ARCH_S5P64X0 || \
-		ARCH_S5PV210 || ARCH_EXYNOS4
-	default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
-	default AT91_TIMER_HZ if ARCH_AT91
-	default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE
-	default 100
+source kernel/Kconfig.hz
 
 config THUMB2_KERNEL
 	bool "Compile the kernel in Thumb-2 mode (EXPERIMENTAL)"
diff --git a/arch/arm/configs/lineageos_FP2_defconfig b/arch/arm/configs/lineageos_FP2_defconfig
index 30cda16..b59dde1 100644
--- a/arch/arm/configs/lineageos_FP2_defconfig
+++ b/arch/arm/configs/lineageos_FP2_defconfig
@@ -622,7 +622,7 @@
 # CONFIG_PREEMPT_VOLUNTARY is not set
 CONFIG_PREEMPT=y
 CONFIG_PREEMPT_COUNT=y
-CONFIG_HZ=100
+CONFIG_HZ_300=y
 # CONFIG_THUMB2_KERNEL is not set
 CONFIG_AEABI=y
 # CONFIG_OABI_COMPAT is not set