From: Bhuvanchandra DV Date: Mon, 1 Jun 2015 13:07:22 +0000 (+0530) Subject: colibri-vf: Enable SPI support X-Git-Tag: v2015.07-rc2~6^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=98e3fd3ddfac658be7c63256c8c6a9a9db2f23bf;p=u-boot colibri-vf: Enable SPI support Signed-off-by: Bhuvanchandra DV Acked-by: Stefan Agner --- diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 195102bcda..56e6d97520 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -272,4 +272,11 @@ #define CONFIG_USB_GADGET_MASS_STORAGE #define CONFIG_CMD_USB_MASS_STORAGE +/* Enable SPI support */ +#ifdef CONFIG_OF_CONTROL +#define CONFIG_DM_SPI +#define CONFIG_CMD_SPI +#define CONFIG_FSL_DSPI +#endif + #endif /* __CONFIG_H */