summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config
new file mode 100644
index 0000000..f2463ce
--- /dev/null
+++ b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config
@@ -0,0 +1,27 @@
+## This file contains the differences to arm64 defconfig
+## it is used to generate toradex defconfig with the following command
+##
+## make defconfig
+## scripts/kconfig/merge_config.sh -m .config toradex_imx_v8.config
+## make savedefconfig
+
+# CPU Frequency scaling
+CONFIG_CPU_FREQ_GOV_POWERSAVE=y
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
+
+# Usefull for debugging
+CONFIG_DYNAMIC_DEBUG=y
+
+# Thermal emergency poweroff
+CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=10000
+
+# Verdin EEPROM
+CONFIG_EEPROM_AT24=y
+
+# REMOTE PROC
+CONFIG_IMX_REMOTEPROC=y
+CONFIG_RPMSG_CTRL=m
+CONFIG_RPMSG_VIRTIO=y
+CONFIG_REMOTEPROC_CDEV=y
+
+