Skip to content
Snippets Groups Projects
Commit 98e3fd3d authored by Bhuvanchandra DV's avatar Bhuvanchandra DV Committed by Stefano Babic
Browse files

colibri-vf: Enable SPI support

parent d4700306
No related branches found
No related tags found
No related merge requests found
...@@ -272,4 +272,11 @@ ...@@ -272,4 +272,11 @@
#define CONFIG_USB_GADGET_MASS_STORAGE #define CONFIG_USB_GADGET_MASS_STORAGE
#define CONFIG_CMD_USB_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 */ #endif /* __CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment