From 492d31087f35019f0dc6c88a94c782c6b866eed8 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Wed, 27 May 2020 18:26:18 +0530 Subject: am335x: igep003x: Enable DM_SPI Enable DM_SPI for am355x igep003x board. Build is fine, but not tested. Cc: Javier Martínez Canillas Signed-off-by: Jagan Teki --- configs/am335x_igep003x_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/am335x_igep003x_defconfig b/configs/am335x_igep003x_defconfig index 5295b6ac81c..ee2cdf0a919 100644 --- a/configs/am335x_igep003x_defconfig +++ b/configs/am335x_igep003x_defconfig @@ -72,6 +72,7 @@ CONFIG_PHY_SMSC=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y CONFIG_SPI=y +CONFIG_DM_SPI=y CONFIG_OMAP3_SPI=y CONFIG_FAT_WRITE=y CONFIG_FDT_FIXUP_PARTITIONS=y -- cgit v1.2.3