diff options
author | Fabio Estevam <festevam@gmail.com> | 2024-06-04 14:34:03 -0300 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-06-04 14:35:23 -0300 |
commit | 279e84b02b4c579530b9a93698a7f8684e1dcc7a (patch) | |
tree | 73b98516abfdffe131c55080cbd90332c0f11f36 /recipes-kernel | |
parent | 9dbd423c6262a09e86ea6c5bbf71e43c1089c825 (diff) | |
download | meta-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.bb | 2 |
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 | ||
54 | KBRANCH = "6.6-1.0.x-imx" | 54 | KBRANCH = "6.6-1.0.x-imx" |
55 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" | 55 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" |
56 | SRCREV = "776652a165f5bbf30c68a5f6213d75b02e8df11c" | 56 | SRCREV = "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. |