From ae01ee2d156701daa0152e1250a5aea576b75408 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Fri, 8 May 2020 21:41:29 +0800 Subject: mb/hp: select TPM and TPM1 for all EliteBook laptops All the EliteBook laptops currently supported by coreboot and on review all support TPM 1.2 according the maintenance and service guide manuals of these laptops. TODO: add the TPM entry in the device tree or override tree Change-Id: Ic6158d3346a55e3d09c0a4ced9fd141b9a6c4256 Signed-off-by: Iru Cai --- src/mainboard/hp/snb_ivb_laptops/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/hp/snb_ivb_laptops/Kconfig') diff --git a/src/mainboard/hp/snb_ivb_laptops/Kconfig b/src/mainboard/hp/snb_ivb_laptops/Kconfig index b9cefad7af..561037735f 100644 --- a/src/mainboard/hp/snb_ivb_laptops/Kconfig +++ b/src/mainboard/hp/snb_ivb_laptops/Kconfig @@ -15,6 +15,8 @@ config BOARD_HP_SNB_IVB_LAPTOPS select SERIRQ_CONTINUOUS_MODE select SYSTEM_TYPE_LAPTOP select USE_NATIVE_RAMINIT + select MAINBOARD_HAS_LPC_TPM + select MAINBOARD_HAS_TPM1 if BOARD_HP_SNB_IVB_LAPTOPS -- cgit v1.2.3