From 2a8e80dfcede89b5f7c6dddc5d3336f3282a6d36 Mon Sep 17 00:00:00 2001 From: Miquel Raynal Date: Tue, 15 May 2018 11:57:28 +0200 Subject: configs: add TPMv2.x support in Sandbox Enable the Sandbox TPMv2 driver in all possible configurations. Signed-off-by: Miquel Raynal Reviewed-by: Simon Glass Reviewed-by: Tom Rini --- configs/sandbox64_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/sandbox64_defconfig') diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 20a2ab3ffb7..228820dfc84 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -175,6 +175,7 @@ CONFIG_TIMER=y CONFIG_TIMER_EARLY=y CONFIG_SANDBOX_TIMER=y CONFIG_TPM_TIS_SANDBOX=y +CONFIG_TPM2_TIS_SANDBOX=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EMUL=y -- cgit