From f9204e15173834ff8d123e36279ce49c3c6c74fc Mon Sep 17 00:00:00 2001 From: Magnus Lilja Date: Sun, 20 Apr 2008 10:38:12 +0200 Subject: i.MX31: Enable SPI and MC13783/RTC support for the Litekit board This patch enables SPI and MC13783/RTC support for the Litekit board. Signed-off-by: Magnus Lilja --- include/configs/imx31_litekit.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h index 5e97cfa..4281d73 100644 --- a/include/configs/imx31_litekit.h +++ b/include/configs/imx31_litekit.h @@ -63,6 +63,12 @@ #define CONFIG_MX31_UART 1 #define CFG_MX31_UART1 1 +#define CONFIG_HARD_SPI 1 +#define CONFIG_MXC_SPI 1 +#define CONFIG_MXC_SPI_IFACE 1 + +#define CONFIG_RTC_MC13783 1 + /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 @@ -77,6 +83,8 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_PING +#define CONFIG_CMD_SPI +#define CONFIG_CMD_DATE #define CONFIG_BOOTDELAY 3 -- cgit v1.1