diff options
Diffstat (limited to 'meta-rcar-gen3/recipes-kernel/linux')
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/linux/linux-renesas/devfreq.cfg | 10 | ||||
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/devfreq.cfg b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/devfreq.cfg deleted file mode 100644 index e330f3b..0000000 --- a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/devfreq.cfg +++ /dev/null @@ -1,10 +0,0 @@ -CONFIG_PM_DEVFREQ=y -# CONFIG_ARM_EXYNOS_BUS_DEVFREQ is not set -# CONFIG_ARM_RK3399_DMC_DEVFREQ is not set -CONFIG_DEVFREQ_GOV_PASSIVE=y -CONFIG_DEVFREQ_GOV_PERFORMANCE=y -CONFIG_DEVFREQ_GOV_POWERSAVE=y -CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y -CONFIG_DEVFREQ_GOV_USERSPACE=y -# CONFIG_DEVFREQ_THERMAL is not set -# CONFIG_PM_DEVFREQ_EVENT is not set diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb index 2cc658d..a998337 100644 --- a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb +++ b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.14.bb @@ -26,7 +26,6 @@ PR = "r1" SRC_URI_append = " \ file://defconfig \ file://touch.cfg \ - file://devfreq.cfg \ ${@base_conditional("USE_AVB", "1", " file://usb-video-class.cfg", "", d)} \ " |