summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/variants/mc_apl6/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/variants/mc_apl6/Kconfig')
-rw-r--r--src/mainboard/siemens/mc_apl1/variants/mc_apl6/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl6/Kconfig b/src/mainboard/siemens/mc_apl1/variants/mc_apl6/Kconfig
new file mode 100644
index 0000000000..e0f2948a7d
--- /dev/null
+++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl6/Kconfig
@@ -0,0 +1,12 @@
+
+if BOARD_SIEMENS_MC_APL6
+
+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_APL6