From: Anshul Dalal Date: Thu, 20 Nov 2025 09:31:27 +0000 (+0530) Subject: configs: am64x, am65x: add CONFIG_DA8XX_GPIO X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3ddbc1cf8ed7ed3fb63620c93001e55a1f480cb;p=thirdparty%2Fu-boot.git configs: am64x, am65x: add CONFIG_DA8XX_GPIO The DA8xx GPIO driver was not being built as part of the A53 U-Boot image on AM64x and AM65x. This meant only i2c GPIO expanders were accessible to the users from the U-Boot prompt. This patch fixes it by setting CONFIG_DA8XX_GPIO. Signed-off-by: Anshul Dalal --- diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig index ae261f2fa01..2a678b8513c 100644 --- a/configs/am64x_evm_a53_defconfig +++ b/configs/am64x_evm_a53_defconfig @@ -200,5 +200,6 @@ CONFIG_USB_FUNCTION_MASS_STORAGE=y CONFIG_SPL_DFU=y CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 CONFIG_EFI_SET_TIME=y +CONFIG_DA8XX_GPIO=y #include diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig index d1fe27702cb..d2da1818c70 100644 --- a/configs/am65x_evm_a53_defconfig +++ b/configs/am65x_evm_a53_defconfig @@ -166,3 +166,4 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x6162 CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_SPL_DFU=y CONFIG_PHANDLE_CHECK_SEQ=y +CONFIG_DA8XX_GPIO=y