diff options
author | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2023-10-27 12:37:55 -0500 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-10-28 18:29:22 +0000 |
commit | a05be2d1fbcc833df875904407edb098d2cc8e2e (patch) | |
tree | 027ed85fd8c6ba930778d920e5f3f70f2bfd181b /src/mainboard/google | |
parent | cea9415079c2c6d81bf7f0f82c6f5f349d624f4c (diff) |
mb/google/guybrush/Kconfig.name: Alphabetize entries, add names
Alphabetize entries and add consumer product names for boards where
available.
Change-Id: I22a18ba85d6ff203765f984fba51784757a2a4df
Signed-off-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78705
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/guybrush/Kconfig.name | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/google/guybrush/Kconfig.name b/src/mainboard/google/guybrush/Kconfig.name index f537ee1bd6..2e714c575c 100644 --- a/src/mainboard/google/guybrush/Kconfig.name +++ b/src/mainboard/google/guybrush/Kconfig.name @@ -1,10 +1,10 @@ comment "Guybrush" +config BOARD_GOOGLE_DEWATT + bool "-> Dewatt (Acer Chromebook Spin 514)" + config BOARD_GOOGLE_GUYBRUSH bool "-> Guybrush" config BOARD_GOOGLE_NIPPERKIN - bool "-> Nipperkin" - -config BOARD_GOOGLE_DEWATT - bool "-> Dewatt" + bool "-> Nipperkin (HP Elite c645 G2 Chromebook)" |