From c5c1edb6699371bcc664475f9ada1f30719c4f0c Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Sat, 3 Sep 2016 23:20:46 +1000 Subject: linux/config: Clean up common zynq7.cfg Add dependent configs and remove unused configs. Signed-off-by: Nathan Rossi --- recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/zynq7.cfg | 6 +----- 1 file changed, 1 insertion(+), 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 # Memory CONFIG_HIGHMEM=y -# Power management (For linux-xlnx 3.14) -CONFIG_PM_RUNTIME=y - # Thermal CONFIG_THERMAL=y CONFIG_CPU_THERMAL=y # CPU Frequency CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_STAT=y CONFIG_CPU_FREQ_STAT_DETAILS=y CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_PERFORMANCE=y @@ -37,6 +35,4 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y CONFIG_CPU_IDLE=y CONFIG_ARM_ZYNQ_CPUIDLE=y -# (For linux-xlnx 3.14) -CONFIG_GENERIC_CPUFREQ_CPU0=y -- cgit v1.2.3-54-g00ecf