summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-08-21 14:49:56 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-08-22 17:24:24 +0200
commit74e0daf960d25eb84c7729508736138b843d43dd (patch)
tree6d6b337211ce6fe32d2835683bb44ac51405221a /recipes-kernel
parent0ffa2b2b3aec8b4456acebec33a09b9dd88f7f49 (diff)
linux-toradex-mainline-git: sort the config fragment
Sort the entries into 3 categories. - kernel features - i.MX aarch64 additions - disable unused functionalities Related-to: ELB-5247 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config44
1 files changed, 29 insertions, 15 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
index 32eb5ff..68934be 100644
--- a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config
+++ b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config
@@ -5,13 +5,15 @@
## scripts/kconfig/merge_config.sh .config toradex_imx_v8.config
## make savedefconfig
+
+##
+## Section to enable kernel features
+##
+
# CPU Frequency scaling
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
-# Enable i.MX PCIE
-CONFIG_PCI_IMX6_HOST=y
-
# Usefull for debugging
CONFIG_DYNAMIC_DEBUG=y
@@ -41,31 +43,43 @@ CONFIG_BPF_JIT=y
CONFIG_CGROUP_BPF=y
CONFIG_RT_GROUP_SCHED=n
+# Enable usbmon which allows capturing USB traffic using tcpdump
+CONFIG_USB_MON=m
+
# Thermal emergency poweroff
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=10000
+# Enable new NXP Bluetooth UART driver
+CONFIG_BT_NXPUART=m
+
+# Verdin DSI Devices
+CONFIG_DRM_TI_SN65DSI83=m
+
# Verdin EEPROM
CONFIG_EEPROM_AT24=y
+
+##
+## Section to enable i.MX aarch64 SoC
+##
+
# REMOTE PROC
CONFIG_IMX_REMOTEPROC=y
CONFIG_RPMSG_CTRL=m
CONFIG_RPMSG_VIRTIO=y
CONFIG_REMOTEPROC_CDEV=y
-# Disable unnecessary TV stuff
-CONFIG_MEDIA_ANALOG_TV_SUPPORT=n
-CONFIG_MEDIA_DIGITAL_TV_SUPPORT=n
-CONFIG_MEDIA_SDR_SUPPORT=n
-
-# Enable new NXP Bluetooth UART driver
-CONFIG_BT_NXPUART=m
-
-# Enable TI SN65DSI84 DSI to LVDS bridge driver
-CONFIG_DRM_TI_SN65DSI83=m
+# Enable i.MX PCIE
+CONFIG_PCI_IMX6_HOST=y
# Enable new LCDIF driver for i.MX 8M series SoCs
CONFIG_DRM_IMX_LCDIF=m
-# Enable usbmon which allows capturing USB traffic using tcpdump
-CONFIG_USB_MON=m
+##
+## Section to disable kernel features
+##
+
+# Disable unnecessary TV stuff
+CONFIG_MEDIA_ANALOG_TV_SUPPORT=n
+CONFIG_MEDIA_DIGITAL_TV_SUPPORT=n
+CONFIG_MEDIA_SDR_SUPPORT=n