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 <anshuld@ti.com>
This commit is contained in:
Anshul Dalal
2025-12-05 16:24:56 -06:00
committed by Tom Rini
parent 1e8eff6d7a
commit d3ddbc1cf8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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 <configs/k3_efi_capsule.config>
+1
View File
@@ -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