From 9cd37b02a010addfbe6b2ed5b2eacd5bd7e36fb8 Mon Sep 17 00:00:00 2001 From: Angus Ainslie Date: Fri, 11 Nov 2016 11:31:39 -0700 Subject: imx7: SPI: add suport for SPI flash in mikroBUS slot Enable the escpi3 nets attached to the mikroBUS slot on the i.MX7 Sabre evalution board. Also enble the SPI flash commands to work with the "flash click" board. This is V2 of this patch with changes recommended by the maintainer CC: Jagan Teki --- include/configs/mx7dsabresd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/mx7dsabresd.h') diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index 360a5e0..ca5f9db 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -201,6 +201,9 @@ #define CONFIG_ENV_SIZE SZ_8K #define CONFIG_ENV_IS_IN_MMC +/* MXC SPI driver support */ +#define CONFIG_MXC_SPI + /* * If want to use nand, define CONFIG_NAND_MXS and rework board * to support nand, since emmc has pin conflicts with nand -- cgit v1.1