summaryrefslogtreecommitdiff
path: root/include/configs/u8500.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/u8500.h')
-rw-r--r--include/configs/u8500.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index 32de5becf..26ffbdda6 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -111,6 +111,7 @@
#define CONFIG_CMD_I2C
#define CONFIG_CMD_TOC
#define CONFIG_CMD_SETEXPR /* used to convert $filesize to $blocksize */
+#define CONFIG_CMD_SPI
#ifdef CONFIG_USB_TTY
#define CONFIG_BOOTDELAY -1 /* disable autoboot */
@@ -219,6 +220,13 @@
#define CONFIG_SYS_I2C_GPIOE_ADDR 0x42 /* GPIO expander chip addr */
#define CONFIG_TC35892_GPIO
+
+/*
+ * SPI
+ */
+#define CONFIG_U8500_SPI
+
+
/*-----------------------------------------------------------------------
* Stack sizes
*