summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-08-21 15:34:34 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-08-24 17:12:26 +0200
commit881fef18ce8ade13176efac0b1d8e6e071772726 (patch)
treeb72c25012d467c23b65f17fcc4702d63320b1090 /recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config
parent74e0daf960d25eb84c7729508736138b843d43dd (diff)
linux-toradex-mainline-git: extend defconfig for verdin am62
Take the downstream TI kernel toradex_ti_arm64_prune.config as a blueprint, but drop disabling config options potentially used for i.MX SoCs. Rename the file from toradex_imx_v8.config to toradex_aarch64.config and move it to where the defconfig is stored in the tree to reflect that it is now used for multiple vendor archs. Drop addional archs we don't use but still had in the config. Refresh the defconfig file against kernel 6.5-rc7. Related-to: ELB-5247 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
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.config85
1 files changed, 0 insertions, 85 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
deleted file mode 100644
index 68934be..0000000
--- a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config
+++ /dev/null
@@ -1,85 +0,0 @@
-## 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 .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
-
-# Usefull for debugging
-CONFIG_DYNAMIC_DEBUG=y
-
-# Systemd, https://github.com/systemd/systemd/blob/main/README
-CONFIG_DEVTMPFS=y
-CONFIG_CGROUPS=y
-CONFIG_INOTIFY_USER=y
-CONFIG_SIGNALFD=y
-CONFIG_TIMERFD=y
-CONFIG_EPOLL=y
-CONFIG_UNIX=y
-CONFIG_SYSFS=y
-CONFIG_PROC_FS=y
-CONFIG_FHANDLE=y
-CONFIG_SYSFS_DEPRECATED=n
-CONFIG_UEVENT_HELPER=n
-CONFIG_FW_LOADER_USER_HELPER=n
-CONFIG_NET_NS=y
-CONFIG_NAMESPACES=y
-CONFIG_USER_NS=y
-CONFIG_CGROUP_SCHED=y
-CONFIG_FAIR_GROUP_SCHED=y
-CONFIG_CFS_BANDWIDTH=y
-CONFIG_BPF=y
-CONFIG_BPF_SYSCALL=y
-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
-
-# Enable i.MX PCIE
-CONFIG_PCI_IMX6_HOST=y
-
-# Enable new LCDIF driver for i.MX 8M series SoCs
-CONFIG_DRM_IMX_LCDIF=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