mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
am335x: baltos: Enable DM_SPI
Enable DM_SPI for am355x baltos board. Build is fine, but not tested. Cc: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
parent
8d50551dc7
commit
2a2b94a9d9
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ CONFIG_DM_MDIO=y
|
|||
CONFIG_MII=y
|
||||
CONFIG_DRIVER_TI_CPSW=y
|
||||
CONFIG_SPI=y
|
||||
CONFIG_DM_SPI=y
|
||||
CONFIG_OMAP3_SPI=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_DM_USB=y
|
||||
|
|
Loading…
Reference in a new issue