From 02ec8feb2c848fff93ad7172f6048abefae2a44e Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 7 Jan 2016 16:25:39 -0700 Subject: intel/skylake platforms: Add MAINBOARD_HAS_LPC_TPM in Kconfig Because these platforms haven't been getting build testing, they've missed out on some of the improvements that the other platforms have gotten. Enable MAINBOARD_HAS_LPC_TPM so that they will build. Change-Id: I5e44135b6dfa800fa14e5b08c3e3e5921d50b082 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12865 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/google/lars/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/lars/Kconfig') diff --git a/src/mainboard/google/lars/Kconfig b/src/mainboard/google/lars/Kconfig index 58391ae59b..94ec30f963 100644 --- a/src/mainboard/google/lars/Kconfig +++ b/src/mainboard/google/lars/Kconfig @@ -14,6 +14,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_OPTION_TABLE select HAVE_SMI_HANDLER select MAINBOARD_HAS_CHROMEOS + select MAINBOARD_HAS_LPC_TPM select MMCONF_SUPPORT select MONOTONIC_TIMER_MSR select SOC_INTEL_SKYLAKE -- cgit v1.2.3