diff options
author | Philipp Deppenwiese <zaolin@das-labor.org> | 2017-03-01 02:37:36 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2017-05-11 16:51:44 +0200 |
commit | ca39df81957c45ae215e5423aabadf1e60299120 (patch) | |
tree | b0b523f942f2d1de8939dcbbb58bce43dd9a3ae4 /src/mainboard/pcengines/apu2/Kconfig | |
parent | 30670121c32a7e99c24271216c6f9450d14e7d90 (diff) |
mainboard/pcengines/apu2: Add LPC TPM support
APU2 exposes a LPC header which can be used
in conjunction with a LPC TPM module.
Change-Id: If9312370a5071ffbeb6d83888c75fa69a0c27819
Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org>
Reviewed-on: https://review.coreboot.org/18523
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/pcengines/apu2/Kconfig')
-rw-r--r-- | src/mainboard/pcengines/apu2/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/pcengines/apu2/Kconfig b/src/mainboard/pcengines/apu2/Kconfig index 4303b84ec2..013df791d2 100644 --- a/src/mainboard/pcengines/apu2/Kconfig +++ b/src/mainboard/pcengines/apu2/Kconfig @@ -28,6 +28,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy select BOARD_ROMSIZE_KB_8192 select HUDSON_DISABLE_IMC select USE_BLOBS + select TPM + select MAINBOARD_HAS_LPC_TPM config MAINBOARD_DIR string |