summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/files/default-cpu-scaling-gov.cfg1
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_%.bbappend3
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/linux/files/default-cpu-scaling-gov.cfg b/recipes-kernel/linux/files/default-cpu-scaling-gov.cfg
new file mode 100644
index 0000000..9db12ce
--- /dev/null
+++ b/recipes-kernel/linux/files/default-cpu-scaling-gov.cfg
@@ -0,0 +1 @@
+CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y \ No newline at end of file
diff --git a/recipes-kernel/linux/linux-raspberrypi_%.bbappend b/recipes-kernel/linux/linux-raspberrypi_%.bbappend
index 5732e4f..86ed263 100644
--- a/recipes-kernel/linux/linux-raspberrypi_%.bbappend
+++ b/recipes-kernel/linux/linux-raspberrypi_%.bbappend
@@ -1,4 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += "file://0001-Edge-increased-the-HCI_LE_AUTOCONN_TIMEOUT-to-20-sec.patch \
- file://extra-kernel-config.cfg"
+ file://extra-kernel-config.cfg" \
+ file://default-cpu-scaling-gov.cfg"