diff options
author | Werner Zeh <werner.zeh@siemens.com> | 2021-07-23 11:30:26 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-07-29 09:13:40 +0000 |
commit | c44fe41046f6419e3a79e05929240b9e4cda9037 (patch) | |
tree | 457e141e07a21025d8f8fa36d1e3a5cadae7bc27 /src/mainboard/siemens | |
parent | 0d9365e7edf1d935499336693bd879c0f8c73830 (diff) |
mb/siemens/mc_ehl: Enable Siemens NC-FPGA driver
All the boards based on the mc_ehl baseboard have the NC-FPGA available.
Enable the appropriate driver on baseboard level.
Change-Id: I40b76a837b7ddb70ceba3135996b1c1080170c4d
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56566
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r-- | src/mainboard/siemens/mc_ehl/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_ehl/Kconfig b/src/mainboard/siemens/mc_ehl/Kconfig index 5f1ddcf92c..9eb8aacded 100644 --- a/src/mainboard/siemens/mc_ehl/Kconfig +++ b/src/mainboard/siemens/mc_ehl/Kconfig @@ -6,6 +6,8 @@ config BOARD_SIEMENS_BASEBOARD_MC_EHL select HAVE_SPD_IN_CBFS select HAVE_ACPI_TABLES select DRIVERS_I2C_RX6110SA + select DRIVER_SIEMENS_NC_FPGA + select NC_FPGA_NOTIFY_CB_READY select MAINBOARD_HAS_TPM2 select MAINBOARD_HAS_LPC_TPM select TPM_MEASURED_BOOT |