summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/security/vboot/list_vboot.md1
-rw-r--r--src/mainboard/google/trogdor/Kconfig1
-rw-r--r--src/mainboard/google/trogdor/Kconfig.name4
3 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/security/vboot/list_vboot.md b/Documentation/security/vboot/list_vboot.md
index 5a2446adf3..3e12a77c70 100644
--- a/Documentation/security/vboot/list_vboot.md
+++ b/Documentation/security/vboot/list_vboot.md
@@ -170,6 +170,7 @@
- Bubs
- Coachz
- Homestar
+- Kingoftown
- Lazor
- Marzipan
- Mrbland
diff --git a/src/mainboard/google/trogdor/Kconfig b/src/mainboard/google/trogdor/Kconfig
index 88e72dc5ea..ebe6df4bf5 100644
--- a/src/mainboard/google/trogdor/Kconfig
+++ b/src/mainboard/google/trogdor/Kconfig
@@ -71,6 +71,7 @@ config MAINBOARD_PART_NUMBER
default "Bubs" if BOARD_GOOGLE_BUBS
default "Coachz" if BOARD_GOOGLE_COACHZ
default "Homestar" if BOARD_GOOGLE_HOMESTAR
+ default "Kingoftown" if BOARD_GOOGLE_KINGOFTOWN
default "Lazor" if BOARD_GOOGLE_LAZOR
default "Marzipan" if BOARD_GOOGLE_MARZIPAN
default "Mrbland" if BOARD_GOOGLE_MRBLAND
diff --git a/src/mainboard/google/trogdor/Kconfig.name b/src/mainboard/google/trogdor/Kconfig.name
index 5a5603258c..13d1ba2d58 100644
--- a/src/mainboard/google/trogdor/Kconfig.name
+++ b/src/mainboard/google/trogdor/Kconfig.name
@@ -14,6 +14,10 @@ config BOARD_GOOGLE_HOMESTAR
bool "-> Homestar"
select BOARD_GOOGLE_TROGDOR_COMMON
+config BOARD_GOOGLE_KINGOFTOWN
+ bool "-> Kingoftown"
+ select BOARD_GOOGLE_TROGDOR_COMMON
+
config BOARD_GOOGLE_LAZOR
bool "-> Lazor"
select BOARD_GOOGLE_TROGDOR_COMMON