aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/variants/mc_apl5/Kconfig
diff options
context:
space:
mode:
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