From 053851f283e8a9239cff8f667dba958fbc3ce63e Mon Sep 17 00:00:00 2001 From: Mario Scheithauer Date: Wed, 22 Aug 2018 13:50:28 +0200 Subject: siemens/mc_apl1: Move board specific things to mc_apl1 variant A FPGA is not necessarily available in further mc_apl1 variants. So we move the loading of the driver and the notify function to the mc_apl1 variant. Setting the CPU to Max Non-Turbo Ratio is also not absolutely necessary for further variants. Change-Id: I9f8438407f231df08e1ad04655bb6f747257e268 Signed-off-by: Mario Scheithauer Reviewed-on: https://review.coreboot.org/28269 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/mainboard/siemens/mc_apl1/Kconfig | 3 --- src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/siemens/mc_apl1') diff --git a/src/mainboard/siemens/mc_apl1/Kconfig b/src/mainboard/siemens/mc_apl1/Kconfig index 44b81dc9fe..97ba66f20b 100644 --- a/src/mainboard/siemens/mc_apl1/Kconfig +++ b/src/mainboard/siemens/mc_apl1/Kconfig @@ -5,9 +5,6 @@ config BOARD_SIEMENS_BASEBOARD_MC_APL1 select BOARD_ROMSIZE_KB_16384 select HAVE_ACPI_TABLES select USE_SIEMENS_HWILIB - select DRIVER_SIEMENS_NC_FPGA - select APL_SKIP_SET_POWER_LIMITS - select NC_FPGA_NOTIFY_CB_READY source "src/mainboard/siemens/mc_apl1/variants/*/Kconfig" diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig b/src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig index ae72d9e2d6..a265ca3635 100644 --- a/src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig +++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig @@ -6,6 +6,9 @@ config BOARD_SIEMENS_MC_APL1_VAR select DRIVER_INTEL_I210 select DRIVERS_I2C_RX6110SA select DRIVERS_UART_8250IO + select DRIVER_SIEMENS_NC_FPGA + select NC_FPGA_NOTIFY_CB_READY + select APL_SKIP_SET_POWER_LIMITS config DEVICETREE string -- cgit v1.2.3