diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-09-03 23:20:46 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-09-20 21:52:23 +1000 |
commit | c5c1edb6699371bcc664475f9ada1f30719c4f0c (patch) | |
tree | a85de5a0a29d398ee949fa940810091f3ed68af8 | |
parent | de00840e56001efa092769df5078c64320f5ef5e (diff) | |
download | meta-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.cfg | 6 |
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 |
21 | CONFIG_HIGHMEM=y | 21 | CONFIG_HIGHMEM=y |
22 | 22 | ||
23 | # Power management (For linux-xlnx 3.14) | ||
24 | CONFIG_PM_RUNTIME=y | ||
25 | |||
26 | # Thermal | 23 | # Thermal |
27 | CONFIG_THERMAL=y | 24 | CONFIG_THERMAL=y |
28 | CONFIG_CPU_THERMAL=y | 25 | CONFIG_CPU_THERMAL=y |
29 | 26 | ||
30 | # CPU Frequency | 27 | # CPU Frequency |
31 | CONFIG_CPU_FREQ=y | 28 | CONFIG_CPU_FREQ=y |
29 | CONFIG_CPU_FREQ_STAT=y | ||
32 | CONFIG_CPU_FREQ_STAT_DETAILS=y | 30 | CONFIG_CPU_FREQ_STAT_DETAILS=y |
33 | CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y | 31 | CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y |
34 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | 32 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y |
@@ -37,6 +35,4 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y | |||
37 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | 35 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y |
38 | CONFIG_CPU_IDLE=y | 36 | CONFIG_CPU_IDLE=y |
39 | CONFIG_ARM_ZYNQ_CPUIDLE=y | 37 | CONFIG_ARM_ZYNQ_CPUIDLE=y |
40 | # (For linux-xlnx 3.14) | ||
41 | CONFIG_GENERIC_CPUFREQ_CPU0=y | ||
42 | 38 | ||