From: Jagan Teki Date: Wed, 27 May 2020 12:56:15 +0000 (+0530) Subject: configs: igep00x0: Enable DM_SPI X-Git-Tag: v2020.07-rc5~15^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=07b3e8dd387387e68c465ebce236b8b98110702f;p=oweals%2Fu-boot.git configs: igep00x0: Enable DM_SPI Enable DM_SPI for igep00x0 board. Build is fine, but not tested. Cc: Enric Balletbo i Serra Signed-off-by: Jagan Teki Reviewed-by: Enric Balletbo i Serra --- diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig index a5c301dbdb..d32c017907 100644 --- a/configs/igep00x0_defconfig +++ b/configs/igep00x0_defconfig @@ -62,6 +62,7 @@ CONFIG_SMC911X_BASE=0x2C000000 CONFIG_SMC911X_32_BIT=y CONFIG_CONS_INDEX=3 CONFIG_SPI=y +CONFIG_DM_SPI=y CONFIG_OMAP3_SPI=y CONFIG_BCH=y CONFIG_FDT_FIXUP_PARTITIONS=y