summaryrefslogtreecommitdiff
path: root/configs/sc589-mini_defconfig
diff options
context:
space:
mode:
authorOzan Durgut <[email protected]>2026-03-10 12:59:26 +0100
committerTom Rini <[email protected]>2026-03-25 14:36:55 -0600
commite641ac90c26d4e0bb14ebf16d9b45e895e2135cc (patch)
treea1409fbe04e62fc435ce2673417fabfe35cafe84 /configs/sc589-mini_defconfig
parent30e1733297ac7d9703bd0950bd237648dcb41850 (diff)
configs: adi: sc5xx: sync command configuration
Sync the command configuration across ADI SC5xx defconfigs by enabling commands that were missing on some boards. Signed-off-by: Ozan Durgut <[email protected]>
Diffstat (limited to 'configs/sc589-mini_defconfig')
-rw-r--r--configs/sc589-mini_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/sc589-mini_defconfig b/configs/sc589-mini_defconfig
index 1141237d58b..0908ab1708b 100644
--- a/configs/sc589-mini_defconfig
+++ b/configs/sc589-mini_defconfig
@@ -37,8 +37,10 @@ CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_ELF is not set
CONFIG_CMD_DM=y
CONFIG_CMD_GPIO=y
+CONFIG_CMD_GPT=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
+CONFIG_CMD_MTD=y
# CONFIG_CMD_PINMUX is not set
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
@@ -48,6 +50,7 @@ CONFIG_CMD_DNS=y
CONFIG_CMD_MII=y
# CONFIG_CMD_MDIO is not set
CONFIG_CMD_PING=y
+CONFIG_CMD_WGET=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y