aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/Kconfig
diff options
context:
space:
mode:
authorMario Scheithauer <mario.scheithauer@siemens.com>2018-08-22 13:50:28 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-08-23 15:52:26 +0000
commit053851f283e8a9239cff8f667dba958fbc3ce63e (patch)
tree68e2caa547658cc7c57478cfd6e0f39e4e29c3e9 /src/mainboard/siemens/mc_apl1/Kconfig
parenteb2fc04c97c41290678161ca95a9529c5d388189 (diff)
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 <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/28269 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/Kconfig')
-rw-r--r--src/mainboard/siemens/mc_apl1/Kconfig3
1 files changed, 0 insertions, 3 deletions
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"