diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-06 13:19:04 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:38 -0600 |
commit | 1174aada87897098767bceba478443191451eb94 (patch) | |
tree | 4b335f71cae10eccc38baeed555793c25db72165 /configs/sandbox_defconfig | |
parent | 8156345dfec385d3fd394acb7ef9f78aca35f003 (diff) | |
download | u-boot-1174aada87897098767bceba478443191451eb94.tar.gz |
sandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig
Move this over to Kconfig and tidy up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher<hs@denx.de>
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 efc020fe0c..56e7debd3e 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -19,3 +19,4 @@ CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y CONFIG_SANDBOX_GPIO=y CONFIG_SYS_VSNPRINTF=y +CONFIG_SYS_I2C_SANDBOX=y |