mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
d9107930af
commit
492d31087f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue