diff options
author | Jagan Teki | 2020-05-27 18:26:18 +0530 |
---|---|---|
committer | Jagan Teki | 2020-07-09 20:58:05 +0530 |
commit | 492d31087f35019f0dc6c88a94c782c6b866eed8 (patch) | |
tree | 02f3618b296aff31c473aa6c3bec1a5673180e9f /configs | |
parent | d9107930af63d88c2d84560db19e65f1a51c4cbd (diff) |
am335x: igep003x: Enable DM_SPI
Enable DM_SPI for am355x igep003x board.
Build is fine, but not tested.
Cc: Javier MartÃnez Canillas <javier@dowhile0.org>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am335x_igep003x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |