summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/thinkcentre_m710s/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/thinkcentre_m710s/Kconfig')
-rw-r--r--src/mainboard/lenovo/thinkcentre_m710s/Kconfig25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/thinkcentre_m710s/Kconfig b/src/mainboard/lenovo/thinkcentre_m710s/Kconfig
new file mode 100644
index 0000000000..799e689047
--- /dev/null
+++ b/src/mainboard/lenovo/thinkcentre_m710s/Kconfig
@@ -0,0 +1,25 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+if BOARD_LENOVO_THINKCENTRE_M710S
+
+config BOARD_SPECIFIC_OPTIONS
+ def_bool y
+ select BOARD_ROMSIZE_KB_8192
+ select HAVE_ACPI_RESUME
+ select HAVE_ACPI_TABLES
+ select INTEL_GMA_HAVE_VBT
+ select MAINBOARD_HAS_LIBGFXINIT
+ select MAINBOARD_HAS_TPM2
+ select MEMORY_MAPPED_TPM
+ select SKYLAKE_SOC_PCH_H
+ select SOC_INTEL_COMMON_BLOCK_HDA_VERB
+ select SOC_INTEL_KABYLAKE
+ select SUPERIO_ITE_IT8629E
+
+config MAINBOARD_DIR
+ default "lenovo/thinkcentre_m710s"
+
+config MAINBOARD_PART_NUMBER
+ default "ThinkCentre M710s"
+
+endif # BOARD_LENOVO_THINKCENTRE_M710S