Commit 98e3fd3ddfac658be7c63256c8c6a9a9db2f23bf

Authored by Bhuvanchandra DV
Committed by Stefano Babic
1 parent d470030680

colibri-vf: Enable SPI support

Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Acked-by: Stefan Agner <stefan@agner.ch>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

include/configs/colibri_vf.h
... ... @@ -272,5 +272,12 @@
272 272 #define CONFIG_USB_GADGET_MASS_STORAGE
273 273 #define CONFIG_CMD_USB_MASS_STORAGE
274 274  
  275 +/* Enable SPI support */
  276 +#ifdef CONFIG_OF_CONTROL
  277 +#define CONFIG_DM_SPI
  278 +#define CONFIG_CMD_SPI
  279 +#define CONFIG_FSL_DSPI
  280 +#endif
  281 +
275 282 #endif /* __CONFIG_H */