summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2024-06-04 14:34:03 -0300
committerFabio Estevam <festevam@gmail.com>2024-06-04 14:35:23 -0300
commit279e84b02b4c579530b9a93698a7f8684e1dcc7a (patch)
tree73b98516abfdffe131c55080cbd90332c0f11f36 /recipes-kernel
parent9dbd423c6262a09e86ea6c5bbf71e43c1089c825 (diff)
downloadmeta-freescale-279e84b02b4c579530b9a93698a7f8684e1dcc7a.tar.gz
arm64: imx_v8_defconfig: Enable CONFIG_GPIO_VF610
CONFIG_GPIO_VF610 is a very important driver for i.MX93. Without this option many peripherals on the imx93-evk cannot work. Select it so that imx93-evk can boot successfully. Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_6.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_6.6.bb b/recipes-kernel/linux/linux-fslc-imx_6.6.bb
index 9511d654..93184600 100644
--- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb
@@ -53,7 +53,7 @@ require linux-imx.inc
53 53
54KBRANCH = "6.6-1.0.x-imx" 54KBRANCH = "6.6-1.0.x-imx"
55SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" 55SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
56SRCREV = "776652a165f5bbf30c68a5f6213d75b02e8df11c" 56SRCREV = "d8b0bac40433ce7ef0a7493948bad27a6e223c08"
57 57
58# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 58# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
59# required by kernel-yocto.bbclass. 59# required by kernel-yocto.bbclass.