diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2023-04-28 10:31:18 -0500 |
---|---|---|
committer | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2023-05-01 14:48:06 +0000 |
commit | 03220d602315d5017faf819d44541b9b649151ee (patch) | |
tree | 672aae26801830f5fc0dd95d9f25e19519255536 /src/mainboard/google/volteer/Kconfig.name | |
parent | 7e6f323d9891302093617f4d8e55ef6db3bb8b05 (diff) |
mb/google/volteer/Kconfig: Alphabetize variants, Kconfig selections
Change-Id: I634af65cd41e0d70e673d550ed8063abc6eea6d4
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74853
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Diffstat (limited to 'src/mainboard/google/volteer/Kconfig.name')
-rw-r--r-- | src/mainboard/google/volteer/Kconfig.name | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/src/mainboard/google/volteer/Kconfig.name b/src/mainboard/google/volteer/Kconfig.name index d868e52578..9ee1bec36d 100644 --- a/src/mainboard/google/volteer/Kconfig.name +++ b/src/mainboard/google/volteer/Kconfig.name @@ -1,11 +1,26 @@ comment "Volteer" +config BOARD_GOOGLE_CHRONICLER + bool "-> Chronicler" + +config BOARD_GOOGLE_COLLIS + bool "-> Collis" + +config BOARD_GOOGLE_COPANO + bool "-> Copano (ASUS Chromebook Flip CX5400)" + config BOARD_GOOGLE_DELBIN bool "-> Delbin (ASUS Chromebook Flip CX5)" +config BOARD_GOOGLE_DROBIT + bool "-> Drobit (ASUS Chromebook CX9400)" + config BOARD_GOOGLE_ELDRID bool "-> Eldrid" +config BOARD_GOOGLE_ELEMI + bool "-> Elemi (HP Pro c640 G2 Chromebook)" + config BOARD_GOOGLE_HALVOR bool "-> Halvor" @@ -24,6 +39,12 @@ config BOARD_GOOGLE_TODOR config BOARD_GOOGLE_TRONDO bool "-> Trondo" +config BOARD_GOOGLE_VOEMA + bool "-> Voema" + +config BOARD_GOOGLE_VOLET + bool "-> Volet" + config BOARD_GOOGLE_VOLTEER bool "-> Volteer" @@ -36,24 +57,3 @@ config BOARD_GOOGLE_VOLTEER2_TI50 config BOARD_GOOGLE_VOXEL bool "-> Voxel (Acer Chromebook Spin 713 (CP713-3W))" - -config BOARD_GOOGLE_ELEMI - bool "-> Elemi (HP Pro c640 G2 Chromebook)" - -config BOARD_GOOGLE_VOEMA - bool "-> Voema" - -config BOARD_GOOGLE_DROBIT - bool "-> Drobit (ASUS Chromebook CX9400)" - -config BOARD_GOOGLE_COPANO - bool "-> Copano (ASUS Chromebook Flip CX5400)" - -config BOARD_GOOGLE_COLLIS - bool "-> Collis" - -config BOARD_GOOGLE_VOLET - bool "-> Volet" - -config BOARD_GOOGLE_CHRONICLER - bool "-> Chronicler" |