From 892cac72e44d54add772f81fee01ab64b006b88b Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 6 Mar 2015 13:19:05 -0700 Subject: sandbox: Move CONFIG_SANDBOX_SPI to Kconfig Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 56e7debd3ed..058949a6a94 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -20,3 +20,4 @@ CONFIG_BOOTSTAGE_REPORT=y CONFIG_SANDBOX_GPIO=y CONFIG_SYS_VSNPRINTF=y CONFIG_SYS_I2C_SANDBOX=y +CONFIG_SANDBOX_SPI=y -- cgit v1.2.3