diff options
author | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-03-17 10:46:10 +0800 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-03-19 05:12:36 +0000 |
commit | 7877ceda9e3a19a6fa6d0f3ca919ae7c194173e8 (patch) | |
tree | 822408dc8c68681283743aa5a10575bff2bcb9c9 | |
parent | 58efd601758215cbeebce87f31a865d96a7aae82 (diff) |
mb/google/rex: Move BOARD_GOOGLE_BASEBOARD_REX to Kconfig.name
Align project style with other chrome projects.
TEST=built FW not changed
Signed-off-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Change-Id: Icfd1d274216d387cab6feb68afa49fc63c8c52e5
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73761
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
-rw-r--r-- | src/mainboard/google/rex/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/google/rex/Kconfig.name | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index a0eeaeaec0..c716645093 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -40,9 +40,6 @@ config BOARD_GOOGLE_BASEBOARD_REX select SYSTEM_TYPE_LAPTOP select TPM_GOOGLE_TI50 -config BOARD_GOOGLE_REX0 - select BOARD_GOOGLE_BASEBOARD_REX - if BOARD_GOOGLE_REX_COMMON config BASEBOARD_DIR diff --git a/src/mainboard/google/rex/Kconfig.name b/src/mainboard/google/rex/Kconfig.name index 8216cc99cc..ca6384299d 100644 --- a/src/mainboard/google/rex/Kconfig.name +++ b/src/mainboard/google/rex/Kconfig.name @@ -2,4 +2,5 @@ comment "Rex" config BOARD_GOOGLE_REX0 bool "-> Rex 0" + select BOARD_GOOGLE_BASEBOARD_REX select DRIVERS_GENESYSLOGIC_GL9755 |