summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/variants/mc_apl5/Kconfig
diff options
context:
space:
mode:
authorMario Scheithauer <mario.scheithauer@siemens.com>2018-11-14 13:27:05 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-11-18 09:13:06 +0000
commit5716b4c358121485e3b3511fe4b5fe37b83258f3 (patch)
tree7db802dd78b5cbf793fa69137b73cab3d5f01b0b /src/mainboard/siemens/mc_apl1/variants/mc_apl5/Kconfig
parent7ec15c82f4c8994021be25b42771d3b457068f44 (diff)
downloadcoreboot-5716b4c358121485e3b3511fe4b5fe37b83258f3.tar.xz
siemens/mc_apl5: Add new mainboard variant mc_apl5
This mainboard is based on mc_apl1. In a first step, it contains a copy of mc_apl1 directory with minimum changes. Special adaptations for mc_apl5 mainboard will follow in separate commits. Change-Id: Icdbb116a822ffa7a3bfb7026a5d1164db56a0c46 Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/29635 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/variants/mc_apl5/Kconfig')
-rw-r--r--src/mainboard/siemens/mc_apl1/variants/mc_apl5/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl5/Kconfig b/src/mainboard/siemens/mc_apl1/variants/mc_apl5/Kconfig
new file mode 100644
index 0000000000..196176c4fd
--- /dev/null
+++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl5/Kconfig
@@ -0,0 +1,12 @@
+
+if BOARD_SIEMENS_MC_APL5
+
+config BOARD_SPECIFIC_OPTIONS
+ def_bool y
+ select DRIVER_INTEL_I210
+ select DRIVERS_I2C_RX6110SA
+ select DRIVER_SIEMENS_NC_FPGA
+ select NC_FPGA_NOTIFY_CB_READY
+ select APL_SKIP_SET_POWER_LIMITS
+
+endif # BOARD_SIEMENS_MC_APL5