diff options
author | Johannes Hahn <johannes-hahn@siemens.com> | 2023-07-21 11:07:16 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-08-24 14:02:24 +0000 |
commit | a9d8531c8c788e2e4ea7a550656430013ba538e1 (patch) | |
tree | a2d7a2273f240218417bded11b43ca9eef5a6e2b /src/mainboard | |
parent | b18726da2f018f83628903744a6a60f56f531903 (diff) |
mb/siemens/fa_ehl: Remove NC_FPGA
fa_ehl mainboard does not make use of the SIEMENS NC_FPGA
as it is not placed on this board.
Signed-off-by: Johannes Hahn <johannes-hahn@siemens.com>
Change-Id: I5f1f796e4339ba37d461d6818c2bb6ba028b89c2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77350
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Uwe Poeche <uwe.poeche@siemens.com>
Reviewed-by: Jan Samek <jan.samek@siemens.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/siemens/fa_ehl/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/siemens/fa_ehl/Kconfig b/src/mainboard/siemens/fa_ehl/Kconfig index f70739b023..c673f9bc24 100644 --- a/src/mainboard/siemens/fa_ehl/Kconfig +++ b/src/mainboard/siemens/fa_ehl/Kconfig @@ -4,8 +4,6 @@ config BOARD_SIEMENS_BASEBOARD_FA_EHL select BOARD_ROMSIZE_KB_16384 select DRIVERS_I2C_GENERIC select HAVE_ACPI_TABLES - select DRIVER_SIEMENS_NC_FPGA - select NC_FPGA_NOTIFY_CB_READY select USE_SIEMENS_HWILIB select SOC_INTEL_DISABLE_POWER_LIMITS |