commit | 86232c83b865b00c642359b53d8c1fc1a05852a3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 06 13:19:07 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:38 2015 -0600 |
tree | 2117007f2d058789a9ee43e61fb7f6664675dd00 | |
parent | 632310b804371de033faec6371e411bda60cd1f0 [diff] [blame] |
sandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig Move this over to Kconfig and tidy up. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index dd33028..c8c888d 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -22,3 +22,4 @@ CONFIG_SYS_I2C_SANDBOX=y CONFIG_SANDBOX_SPI=y CONFIG_SPI_FLASH_SANDBOX=y +CONFIG_TPM_TIS_SANDBOX=y