aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/variants/mc_apl3/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/variants/mc_apl3/Kconfig')
-rw-r--r--src/mainboard/siemens/mc_apl1/variants/mc_apl3/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl3/Kconfig b/src/mainboard/siemens/mc_apl1/variants/mc_apl3/Kconfig
new file mode 100644
index 0000000000..3c5a9fabfc
--- /dev/null
+++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl3/Kconfig
@@ -0,0 +1,16 @@
+
+if BOARD_SIEMENS_MC_APL3
+
+config BOARD_SIEMENS_MC_APL3_VAR
+ 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
+
+config DEVICETREE
+ string
+ default "variants/mc_apl3/devicetree.cb"
+
+endif # BOARD_SIEMENS_MC_APL3