diff options
author | Martin Roth <martin@coreboot.org> | 2021-09-03 13:15:24 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2021-09-16 15:34:29 +0000 |
commit | a90acbd6ddf979907d8afce2f56350862ef4427b (patch) | |
tree | c2b6c3cb93ade7f91fbfccd79b1a3d0bde14cf88 /src/mainboard/google/volteer | |
parent | 298b35923d08747608224bc12d569cce731e5c35 (diff) |
mb/google: Unify all variants to start with "-> "
All variants originally had been changed to start with an arrow with
two spaces following it to line up with the platform name. A number
of recent platforms were added only using a single space. This change
updates them all to have two spaces so they line up again.
Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: Iab9e6207fff5a7d2f6d76e5ca33eeaca721a224f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57391
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/volteer')
-rw-r--r-- | src/mainboard/google/volteer/Kconfig.name | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/mainboard/google/volteer/Kconfig.name b/src/mainboard/google/volteer/Kconfig.name index 2f5d51d2ec..295675a42f 100644 --- a/src/mainboard/google/volteer/Kconfig.name +++ b/src/mainboard/google/volteer/Kconfig.name @@ -1,21 +1,21 @@ comment "Volteer" config BOARD_GOOGLE_DELBIN - bool "-> Delbin" + bool "-> Delbin" select BOARD_GOOGLE_BASEBOARD_VOLTEER select DRIVERS_GENESYSLOGIC_GL9755 config BOARD_GOOGLE_ELDRID - bool "-> Eldrid" + bool "-> Eldrid" select BOARD_GOOGLE_BASEBOARD_VOLTEER config BOARD_GOOGLE_HALVOR - bool "-> Halvor" + bool "-> Halvor" select BOARD_GOOGLE_BASEBOARD_VOLTEER select INTEL_CAR_NEM config BOARD_GOOGLE_LINDAR - bool "-> Lindar" + bool "-> Lindar" select BOARD_GOOGLE_BASEBOARD_VOLTEER select INTEL_CAR_NEM select CHROMEOS_DSM_CALIB if CHROMEOS @@ -23,33 +23,33 @@ config BOARD_GOOGLE_LINDAR select DRIVERS_GENERIC_BAYHUB_LV2 config BOARD_GOOGLE_MALEFOR - bool "-> Malefor" + bool "-> Malefor" select BOARD_GOOGLE_BASEBOARD_VOLTEER select INTEL_CAR_NEM config BOARD_GOOGLE_TERRADOR - bool "-> Terrador" + bool "-> Terrador" select BOARD_GOOGLE_BASEBOARD_VOLTEER config BOARD_GOOGLE_TODOR - bool "-> Todor" + bool "-> Todor" select BOARD_GOOGLE_BASEBOARD_VOLTEER select INTEL_CAR_NEM config BOARD_GOOGLE_TRONDO - bool "-> Trondo" + bool "-> Trondo" select BOARD_GOOGLE_BASEBOARD_VOLTEER select INTEL_CAR_NEM config BOARD_GOOGLE_VOLTEER - bool "-> Volteer" + bool "-> Volteer" select BOARD_GOOGLE_BASEBOARD_VOLTEER select VARIANT_HAS_MIPI_CAMERA select INTEL_CAR_NEM select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES config BOARD_GOOGLE_VOLTEER2 - bool "-> Volteer2" + bool "-> Volteer2" select BOARD_GOOGLE_BASEBOARD_VOLTEER select VARIANT_HAS_MIPI_CAMERA select DRIVERS_GENESYSLOGIC_GL9755 @@ -58,7 +58,7 @@ config BOARD_GOOGLE_VOLTEER2 # Reworked Volteer2 prototype, Haven chip replaced with Dauntless demo board config BOARD_GOOGLE_VOLTEER2_TI50 - bool "-> Volteer2_Ti50" + bool "-> Volteer2_Ti50" select BOARD_GOOGLE_BASEBOARD_VOLTEER select VARIANT_HAS_MIPI_CAMERA select DRIVERS_GENESYSLOGIC_GL9755 @@ -66,39 +66,39 @@ config BOARD_GOOGLE_VOLTEER2_TI50 select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES config BOARD_GOOGLE_VOXEL - bool "-> Voxel" + bool "-> Voxel" select BOARD_GOOGLE_BASEBOARD_VOLTEER select GEO_SAR_ENABLE if CHROMEOS_WIFI_SAR select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES config BOARD_GOOGLE_ELEMI - bool "-> Elemi" + bool "-> Elemi" select BOARD_GOOGLE_BASEBOARD_VOLTEER config BOARD_GOOGLE_VOEMA - bool "-> Voema" + bool "-> Voema" select BOARD_GOOGLE_BASEBOARD_VOLTEER select VARIANT_HAS_MIPI_CAMERA config BOARD_GOOGLE_DROBIT - bool "-> Drobit" + bool "-> Drobit" select BOARD_GOOGLE_BASEBOARD_VOLTEER select DRIVERS_GENESYSLOGIC_GL9755 select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES config BOARD_GOOGLE_COPANO - bool "-> Copano" + bool "-> Copano" select BOARD_GOOGLE_BASEBOARD_VOLTEER select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES config BOARD_GOOGLE_COLLIS - bool "-> Collis" + bool "-> Collis" select BOARD_GOOGLE_BASEBOARD_VOLTEER config BOARD_GOOGLE_VOLET - bool "-> Volet" + bool "-> Volet" select BOARD_GOOGLE_BASEBOARD_VOLTEER config BOARD_GOOGLE_CHRONICLER - bool "-> Chronicler" + bool "-> Chronicler" select BOARD_GOOGLE_BASEBOARD_VOLTEER |