summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-09-03 23:20:46 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-09-20 21:52:23 +1000
commitc5c1edb6699371bcc664475f9ada1f30719c4f0c (patch)
treea85de5a0a29d398ee949fa940810091f3ed68af8
parentde00840e56001efa092769df5078c64320f5ef5e (diff)
downloadmeta-xilinx-c5c1edb6699371bcc664475f9ada1f30719c4f0c.tar.gz
linux/config: Clean up common zynq7.cfg
Add dependent configs and remove unused configs. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynq7.cfg6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynq7.cfg b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynq7.cfg
index fc65839a..61a6c174 100644
--- a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynq7.cfg
+++ b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynq7.cfg
@@ -20,15 +20,13 @@ CONFIG_SCHED_SMT=y
20# Memory 20# Memory
21CONFIG_HIGHMEM=y 21CONFIG_HIGHMEM=y
22 22
23# Power management (For linux-xlnx 3.14)
24CONFIG_PM_RUNTIME=y
25
26# Thermal 23# Thermal
27CONFIG_THERMAL=y 24CONFIG_THERMAL=y
28CONFIG_CPU_THERMAL=y 25CONFIG_CPU_THERMAL=y
29 26
30# CPU Frequency 27# CPU Frequency
31CONFIG_CPU_FREQ=y 28CONFIG_CPU_FREQ=y
29CONFIG_CPU_FREQ_STAT=y
32CONFIG_CPU_FREQ_STAT_DETAILS=y 30CONFIG_CPU_FREQ_STAT_DETAILS=y
33CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y 31CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
34CONFIG_CPU_FREQ_GOV_PERFORMANCE=y 32CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
@@ -37,6 +35,4 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y
37CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y 35CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
38CONFIG_CPU_IDLE=y 36CONFIG_CPU_IDLE=y
39CONFIG_ARM_ZYNQ_CPUIDLE=y 37CONFIG_ARM_ZYNQ_CPUIDLE=y
40# (For linux-xlnx 3.14)
41CONFIG_GENERIC_CPUFREQ_CPU0=y
42 38