summaryrefslogtreecommitdiffstats
path: root/src/mainboard/purism/librem_skl/Kconfig.name
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@puri.sm>2019-01-18 23:00:20 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-01-23 14:42:17 +0000
commitb28d8b68bad4d8777b7e4131b127cd55bfb4357e (patch)
treed395ce366b961332b42aa2d4d369b07de2aa1ac3 /src/mainboard/purism/librem_skl/Kconfig.name
parent83e915e9432dc5e987a6df636cc9d10ba4300865 (diff)
downloadcoreboot-b28d8b68bad4d8777b7e4131b127cd55bfb4357e.tar.gz
coreboot-b28d8b68bad4d8777b7e4131b127cd55bfb4357e.tar.bz2
coreboot-b28d8b68bad4d8777b7e4131b127cd55bfb4357e.zip
mb/purism/librem_skl: add 13v3 variant
The 13v3 is just a 13v2 with TPM added, so duplicate 13v2 config and change strings where needed. Leave MAINBOARD_PART_NUMBER unchanged since boards were initially shipped with 13v2 firmware, and changing it now would cause flashrom to throw a board mismatch error. Change-Id: I1a5e4c84cc9444bb9731b6dcc4de2ce7427dbbb1 Signed-off-by: Matt DeVillier <matt.devillier@puri.sm> Reviewed-on: https://review.coreboot.org/c/31010 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/purism/librem_skl/Kconfig.name')
-rw-r--r--src/mainboard/purism/librem_skl/Kconfig.name4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/purism/librem_skl/Kconfig.name b/src/mainboard/purism/librem_skl/Kconfig.name
index 6a66e4595089..5b82de743538 100644
--- a/src/mainboard/purism/librem_skl/Kconfig.name
+++ b/src/mainboard/purism/librem_skl/Kconfig.name
@@ -2,6 +2,10 @@ config BOARD_PURISM_LIBREM13_V2
bool "Librem 13 v2"
select BOARD_PURISM_BASEBOARD_LIBREM_SKL
+config BOARD_PURISM_LIBREM13_V3
+ bool "Librem 13 v3"
+ select BOARD_PURISM_BASEBOARD_LIBREM_SKL
+
config BOARD_PURISM_LIBREM15_V3
bool "Librem 15 v3"
select BOARD_PURISM_BASEBOARD_LIBREM_SKL