summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/elitebook_820_g2/Kconfig
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-04-24 21:22:10 +0800
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-08-04 21:45:53 +0000
commit7e28c846c3dfea730202d858682bec4dc46de1d7 (patch)
tree4b680dfad05c15fcedf5fd9df561ecf35f3215c8 /src/mainboard/hp/elitebook_820_g2/Kconfig
parent9f59d2a906a0e88be67d262cdc9b52bf9ceb5b20 (diff)
mb/hp: Add EliteBook 820 G2
Most of the components of this laptop are tested to work, which is listed in the documentation. Change-Id: Id8b3b7f735460c5e76a2dc9ab2d10154e6606ad6 Signed-off-by: Iru Cai <mytbk920423@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46630 Reviewed-by: Martin L Roth <gaumless@gmail.com> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/mainboard/hp/elitebook_820_g2/Kconfig')
-rw-r--r--src/mainboard/hp/elitebook_820_g2/Kconfig31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/mainboard/hp/elitebook_820_g2/Kconfig b/src/mainboard/hp/elitebook_820_g2/Kconfig
new file mode 100644
index 0000000000..98aed5ca1b
--- /dev/null
+++ b/src/mainboard/hp/elitebook_820_g2/Kconfig
@@ -0,0 +1,31 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+if BOARD_HP_ELITEBOOK_820_G2
+
+config BOARD_SPECIFIC_OPTIONS
+ def_bool y
+ select BOARD_ROMSIZE_KB_12288
+ select EC_HP_KBC1126
+ select HAVE_ACPI_RESUME
+ select HAVE_ACPI_TABLES
+ select INTEL_GMA_HAVE_VBT
+ select MAINBOARD_HAS_LIBGFXINIT
+ select MAINBOARD_HAS_TPM1
+ select MAINBOARD_USES_IFD_GBE_REGION
+ select MEMORY_MAPPED_TPM
+ select SOC_INTEL_BROADWELL
+ select SYSTEM_TYPE_LAPTOP
+
+config MAINBOARD_DIR
+ default "hp/elitebook_820_g2"
+
+config MAINBOARD_PART_NUMBER
+ default "EliteBook 820 G2"
+
+config EC_HP_KBC1126_ECFW_IN_CBFS
+ default n
+
+config EC_HP_KBC1126_GPE
+ default 0x6
+
+endif