From: Tom Rini Date: Fri, 9 Aug 2013 15:22:19 +0000 (-0400) Subject: TI:armv7: Enable CONFIG_CMD_SPI X-Git-Tag: v2013.10-rc1~22^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fedc4a50748fb7688114383a43f28e96ce58579;p=kernel%2Fu-boot.git TI:armv7: Enable CONFIG_CMD_SPI Add the generic "poke the SPI bus" command, with the SPI related defines. Acked-by: Dan Murphy Signed-off-by: Tom Rini --- diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 525b867..6a65b4c 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -76,6 +76,7 @@ /* McSPI IP block */ #define CONFIG_SPI #define CONFIG_OMAP3_SPI +#define CONFIG_CMD_SPI /* GPIO block */ #define CONFIG_OMAP_GPIO