diff options
author | Iru Cai <mytbk920423@gmail.com> | 2020-05-08 21:41:29 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2020-05-11 20:57:53 +0800 |
commit | ae01ee2d156701daa0152e1250a5aea576b75408 (patch) | |
tree | b630652b871f344685951b261741efa55008cb83 /src/mainboard/hp/snb_ivb_laptops/Kconfig | |
parent | dcacb25945bc112ca2bd533f7955919dc1ad959b (diff) | |
download | coreboot-2560p.tar.xz |
mb/hp: select TPM and TPM1 for all EliteBook laptops2560p
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 <mytbk920423@gmail.com>
Diffstat (limited to 'src/mainboard/hp/snb_ivb_laptops/Kconfig')
-rw-r--r-- | src/mainboard/hp/snb_ivb_laptops/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |