diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index a58a34e..236acdf 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -61,6 +61,13 @@
 #define CONFIG_ENV_SIZE		8192
 #define CONFIG_ENV_IS_NOWHERE
 
+/* SPI */
+#define CONFIG_SANDBOX_SPI
+#define CONFIG_CMD_SF
+#define CONFIG_SPI_FLASH
+#define CONFIG_SPI_FLASH_SANDBOX
+#define CONFIG_SPI_FLASH_STMICRO
+
 #define CONFIG_SYS_HZ			1000
 
 /* Memory things - we don't really want a memory test */
