diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-06 13:19:05 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:38 -0600 |
commit | 892cac72e44d54add772f81fee01ab64b006b88b (patch) | |
tree | 0c82ee1ecbda249c3861f8f5234d61f03823b9c5 /configs/sandbox_defconfig | |
parent | 1174aada87897098767bceba478443191451eb94 (diff) | |
download | u-boot-892cac72e44d54add772f81fee01ab64b006b88b.tar.gz u-boot-892cac72e44d54add772f81fee01ab64b006b88b.tar.bz2 u-boot-892cac72e44d54add772f81fee01ab64b006b88b.zip |
sandbox: Move CONFIG_SANDBOX_SPI to Kconfig
Move this over to Kconfig and tidy up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 56e7debd3e..058949a6a9 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 |