Add dependent configs and remove unused configs. Signed-off-by: Nathan Rossi <[email protected]> --- 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 fc65839ac6..61a6c174f2 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 -- 2.9.3 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
