[PATCH v1 3/4] configs: beaglev_fire: Enable GPIO and MMC_SPI
Eoin Dickson
Eoin.Dickson at microchip.com
Thu May 22 16:10:01 CEST 2025
From: Eoin Dickson <eoin.dickson at microchip.com>
Enable CONFIG_MPFS_GPIO, CONFIG_CMD_GPIO and CONFIG_DM_GPIO and
CONFIG_MMC_SPI in the beaglev_fire_defconfig.
Signed-off-by: Eoin Dickson <eoin.dickson at microchip.com>
---
configs/beaglev_fire_defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configs/beaglev_fire_defconfig b/configs/beaglev_fire_defconfig
index cd0734841f..36525f997e 100644
--- a/configs/beaglev_fire_defconfig
+++ b/configs/beaglev_fire_defconfig
@@ -27,3 +27,7 @@ CONFIG_MPFS_MBOX=y
CONFIG_MISC=y
CONFIG_MPFS_SYSCONTROLLER=y
CONFIG_SYSRESET=y
+CONFIG_MPFS_GPIO=y
+CONFIG_CMD_GPIO=y
+CONFIG_DM_GPIO=y
+CONFIG_MMC_SPI=y
--
2.34.1
More information about the U-Boot
mailing list