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/hatch | |
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/hatch')
-rw-r--r-- | src/mainboard/google/hatch/Kconfig.name | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/mainboard/google/hatch/Kconfig.name b/src/mainboard/google/hatch/Kconfig.name index f4b78a269c..e92f584662 100644 --- a/src/mainboard/google/hatch/Kconfig.name +++ b/src/mainboard/google/hatch/Kconfig.name @@ -1,24 +1,24 @@ comment "Hatch" config BOARD_GOOGLE_AKEMI - bool "-> Akemi" + bool "-> Akemi" select BOARD_GOOGLE_BASEBOARD_HATCH config BOARD_GOOGLE_DRATINI - bool "-> Dratini" + bool "-> Dratini" select BOARD_GOOGLE_BASEBOARD_HATCH config BOARD_GOOGLE_DUFFY_LEGACY - bool "-> Duffy Legacy (32MB)" + bool "-> Duffy Legacy (32MB)" select BOARD_GOOGLE_BASEBOARD_PUFF select BOARD_ROMSIZE_KB_32768 config BOARD_GOOGLE_DUFFY - bool "-> Duffy" + bool "-> Duffy" select BOARD_GOOGLE_BASEBOARD_PUFF config BOARD_GOOGLE_FAFFY - bool "-> Faffy" + bool "-> Faffy" select BOARD_GOOGLE_BASEBOARD_PUFF config BOARD_GOOGLE_HATCH @@ -27,17 +27,17 @@ config BOARD_GOOGLE_HATCH select BOARD_ROMSIZE_KB_32768 config BOARD_GOOGLE_JINLON - bool "-> Jinlon" + bool "-> Jinlon" select BOARD_GOOGLE_BASEBOARD_HATCH select DRIVERS_GFX_GENERIC config BOARD_GOOGLE_KAISA_LEGACY - bool "-> Kaisa Legacy (32MB)" + bool "-> Kaisa Legacy (32MB)" select BOARD_GOOGLE_BASEBOARD_PUFF select BOARD_ROMSIZE_KB_32768 config BOARD_GOOGLE_KAISA - bool "-> Kaisa" + bool "-> Kaisa" select BOARD_GOOGLE_BASEBOARD_PUFF config BOARD_GOOGLE_KOHAKU @@ -56,7 +56,7 @@ config BOARD_GOOGLE_HELIOS select DRIVERS_I2C_RT1011 config BOARD_GOOGLE_MUSHU - bool "-> Mushu" + bool "-> Mushu" select BOARD_GOOGLE_BASEBOARD_HATCH config BOARD_GOOGLE_PALKIA @@ -66,17 +66,17 @@ config BOARD_GOOGLE_PALKIA select DRIVERS_I2C_RT1011 config BOARD_GOOGLE_NIGHTFURY - bool "-> Nightfury" + bool "-> Nightfury" select BOARD_GOOGLE_BASEBOARD_HATCH select CHROMEOS_DSM_CALIB if CHROMEOS select DRIVERS_I2C_MAX98390 config BOARD_GOOGLE_NOIBAT - bool "-> Noibat" + bool "-> Noibat" select BOARD_GOOGLE_BASEBOARD_PUFF config BOARD_GOOGLE_PUFF - bool "-> Puff" + bool "-> Puff" select BOARD_GOOGLE_BASEBOARD_PUFF select BOARD_ROMSIZE_KB_32768 @@ -87,29 +87,29 @@ config BOARD_GOOGLE_HELIOS_DISKSWAP select DRIVERS_I2C_RT1011 config BOARD_GOOGLE_STRYKE - bool "-> Stryke" + bool "-> Stryke" select BOARD_GOOGLE_BASEBOARD_HATCH config BOARD_GOOGLE_WYVERN - bool "-> Wyvern" + bool "-> Wyvern" select BOARD_GOOGLE_BASEBOARD_PUFF config BOARD_GOOGLE_DOOLY - bool "-> Dooly" + bool "-> Dooly" select BOARD_GOOGLE_BASEBOARD_PUFF config BOARD_GOOGLE_AMBASSADOR - bool "-> Ambassador" + bool "-> Ambassador" select BOARD_GOOGLE_BASEBOARD_PUFF config BOARD_GOOGLE_GENESIS - bool "-> Genesis" + bool "-> Genesis" select BOARD_GOOGLE_BASEBOARD_PUFF config BOARD_GOOGLE_SCOUT - bool "-> Scout" + bool "-> Scout" select BOARD_GOOGLE_BASEBOARD_PUFF config BOARD_GOOGLE_MOONBUGGY - bool "-> Moonbuggy" + bool "-> Moonbuggy" select BOARD_GOOGLE_BASEBOARD_PUFF |