summaryrefslogtreecommitdiff
path: root/configs/am65x_evm_a53_defconfig
diff options
context:
space:
mode:
authorAnshul Dalal <[email protected]>2025-11-20 15:01:27 +0530
committerTom Rini <[email protected]>2025-12-05 16:24:56 -0600
commitd3ddbc1cf8ed7ed3fb63620c93001e55a1f480cb (patch)
treebc3be7d078ae6bdd5039333bdb82f5f6fbb3e870 /configs/am65x_evm_a53_defconfig
parent1e8eff6d7a9ad2c605185e5b3d8c22ccd26733dc (diff)
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 <[email protected]>
Diffstat (limited to 'configs/am65x_evm_a53_defconfig')
-rw-r--r--configs/am65x_evm_a53_defconfig1
1 files changed, 1 insertions, 0 deletions
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