summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/mtl/Kconfig.name
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2024-05-22 10:43:43 -0600
committerFelix Held <felix-coreboot@felixheld.de>2024-07-22 13:58:48 +0000
commit8b17b9b1967c5299c021cb65e9322668ad32b9cc (patch)
treeac020e0b01273786612bb4feebda521f2ad3f8c9 /src/mainboard/system76/mtl/Kconfig.name
parenta4b9c182dded30d2a9437b6e78df9f60251cb85e (diff)
mb/system76/mtl: Add Darter Pro 10
The Darter Pro 10 (darp10) is an Intel Meteor Lake-H based board. There are 2 variants to differentiate them as they have different keyboards and so use different EC firmware. - darp10: 16" model with 102 key keyboard - darp10-b: 14" model with 83 key keyboard Change-Id: Iaef03a47cf108591ef823bfa779777c7c05c6337 Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82609 Reviewed-by: Martin L Roth <gaumless@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/mtl/Kconfig.name')
-rw-r--r--src/mainboard/system76/mtl/Kconfig.name7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/system76/mtl/Kconfig.name b/src/mainboard/system76/mtl/Kconfig.name
new file mode 100644
index 0000000000..877f91c236
--- /dev/null
+++ b/src/mainboard/system76/mtl/Kconfig.name
@@ -0,0 +1,7 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+config BOARD_SYSTEM76_DARP10
+ bool "darp10"
+
+config BOARD_SYSTEM76_DARP10_B
+ bool "darp10-b"