diff options
author | Martin Roth <martin@coreboot.org> | 2021-09-03 13:39:27 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-11-04 10:29:41 +0000 |
commit | 663a61ed9179aa928fd977c886d8f741390542ac (patch) | |
tree | cf4cc40f27653716630de1a59c218799c8f323d0 /src/mainboard/google/dedede/Kconfig.name | |
parent | 437da71d0a9c7f397860efd02ddb03de9fd5b874 (diff) |
mb/google: Add OEM product names for various boards
All of these names came from public sources.
Signed-off-by: Martin Roth <martin@coreboot.org>
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Change-Id: I1ed9cc0c1ff63dc415e0cc63fa9d2dcd429a093b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57392
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/google/dedede/Kconfig.name')
-rw-r--r-- | src/mainboard/google/dedede/Kconfig.name | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/mainboard/google/dedede/Kconfig.name b/src/mainboard/google/dedede/Kconfig.name index ea6f35c6ae..d15c3d2b78 100644 --- a/src/mainboard/google/dedede/Kconfig.name +++ b/src/mainboard/google/dedede/Kconfig.name @@ -1,7 +1,7 @@ comment "Dedede" config BOARD_GOOGLE_BOTEN - bool "-> Boten" + bool "-> Boten (Lenovo 500e Chromebook Gen 3)" select BOARD_GOOGLE_BASEBOARD_DEDEDE_CR50 select BASEBOARD_DEDEDE_LAPTOP select GEO_SAR_ENABLE if CHROMEOS_WIFI_SAR @@ -20,6 +20,11 @@ config BOARD_GOOGLE_DRAWCIA select GEO_SAR_ENABLE if CHROMEOS_WIFI_SAR select DRIVERS_INTEL_MIPI_CAMERA select SOC_INTEL_COMMON_BLOCK_IPU + help + The Drawcia board supports the following devices: + - HP Chromebook x360 11 G4 EE (Drawcia) + - HP Chromebook 11 G9 EE (Drawlat) + - HP Chromebook 14 G7 (Drawman) config BOARD_GOOGLE_HABOKI bool "-> HABOKI" @@ -88,7 +93,7 @@ config BOARD_GOOGLE_GALTIC select GEO_SAR_ENABLE if CHROMEOS_WIFI_SAR config BOARD_GOOGLE_SASUKE - bool "-> Sasuke" + bool "-> Sasuke (Samsung Galaxy Chromebook Go)" select BOARD_GOOGLE_BASEBOARD_DEDEDE_CR50 select BASEBOARD_DEDEDE_LAPTOP select DRIVERS_GENERIC_MAX98357A @@ -96,7 +101,7 @@ config BOARD_GOOGLE_SASUKE select GEO_SAR_ENABLE if CHROMEOS_WIFI_SAR config BOARD_GOOGLE_STORO - bool "-> Storo" + bool "-> Storo (Asus Chromebook CR1100)" select BOARD_GOOGLE_BASEBOARD_DEDEDE_CR50 select BASEBOARD_DEDEDE_LAPTOP select DRIVERS_INTEL_MIPI_CAMERA |