diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-05-27 18:26:17 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-06-18 21:53:21 +0530 |
commit | 2a2b94a9d9a3139853c6ccd911c55db77b714a68 (patch) | |
tree | fcbb4073c42f6c7a33377622b2e95c28c842948f /configs | |
parent | 8d50551dc77bc87dc6c6b3474e094d9203a24144 (diff) |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am335x_baltos_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig index 2781d49daf..c92e0cc330 100644 --- a/configs/am335x_baltos_defconfig +++ b/configs/am335x_baltos_defconfig @@ -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 |