sandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig

Move this over to Kconfig and tidy up.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2015-03-06 13:19:07 -07:00
parent 949dd81b43
commit 527a07277b
3 changed files with 8 additions and 4 deletions

View File

@ -22,3 +22,4 @@ CONFIG_SYS_VSNPRINTF=y
CONFIG_SYS_I2C_SANDBOX=y
CONFIG_SANDBOX_SPI=y
CONFIG_SPI_FLASH_SANDBOX=y
CONFIG_TPM_TIS_SANDBOX=y

View File

@ -0,0 +1,7 @@
config TPM_TIS_SANDBOX
bool "Enable sandbox TPM driver"
help
This driver emulates a TPM, providing access to base functions
such as reading and writing TPM private data. This is enough to
support Chrome OS verified boot. Extend functionality is not
implemented.

View File

@ -145,8 +145,6 @@
#define CONFIG_SHA1
#define CONFIG_SHA256
#define CONFIG_TPM_TIS_SANDBOX
#define CONFIG_CMD_SANDBOX
#define CONFIG_BOOTARGS ""
@ -196,8 +194,6 @@
#define CONFIG_LZO
#define CONFIG_LZMA
#define CONFIG_TPM_TIS_SANDBOX
#define CONFIG_CMD_LZMADEC
#define CONFIG_CMD_USB