diff options
author | Subrata Banik <subratabanik@google.com> | 2023-07-19 19:19:41 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-07-21 07:57:53 +0000 |
commit | ecb2a84690e8c90d02ab3de8dcf4f250049dfee8 (patch) | |
tree | 1dfc5d6da306d97c2085f3f5b0802f61e222977c /src/mainboard/google/rex/Kconfig.name | |
parent | 92a3b67eaea08b54252a5f18b53ce3e287380365 (diff) |
mb/google/rex: Create a `rex` model for easier variant integration
This patch creates a rex model so that other variants developed using
`rex` baseboard are easy to land without duplicating the config
selection.
So far, `rex0` and `rex_ec_ish` are developed using the `rex` model.
The plan is to extend the support for `rex4es` and `rex4es_ec_ish`
variants.
TEST=Able to build and boot google/rex.
Change-Id: Id4e8d1162da93b7266ee1108f870e89b6d884ab9
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76608
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Jakub Czapiga <jacz@semihalf.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Diffstat (limited to 'src/mainboard/google/rex/Kconfig.name')
-rw-r--r-- | src/mainboard/google/rex/Kconfig.name | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/src/mainboard/google/rex/Kconfig.name b/src/mainboard/google/rex/Kconfig.name index 8084a045bd..94ae1a059f 100644 --- a/src/mainboard/google/rex/Kconfig.name +++ b/src/mainboard/google/rex/Kconfig.name @@ -2,13 +2,7 @@ comment "Rex" config BOARD_GOOGLE_REX0 bool "-> Rex 0" - select BOARD_GOOGLE_BASEBOARD_REX - select DRIVERS_GENERIC_MAX98357A - select DRIVERS_GENESYSLOGIC_GL9755 - select DRIVERS_INTEL_ISH - select DRIVERS_INTEL_SOUNDWIRE - select DRIVERS_SOUNDWIRE_CS42L42 - select DRIVERS_SOUNDWIRE_MAX98363 + select BOARD_GOOGLE_MODEL_REX config BOARD_GOOGLE_SCREEBO bool "-> Screebo" @@ -21,13 +15,7 @@ config BOARD_GOOGLE_KARIS config BOARD_GOOGLE_REX_EC_ISH bool "-> Rex EC ISH" - select BOARD_GOOGLE_BASEBOARD_REX - select DRIVERS_GENERIC_MAX98357A - select DRIVERS_GENESYSLOGIC_GL9755 - select DRIVERS_INTEL_ISH - select DRIVERS_INTEL_SOUNDWIRE - select DRIVERS_SOUNDWIRE_CS42L42 - select DRIVERS_SOUNDWIRE_MAX98363 + select BOARD_GOOGLE_MODEL_REX config BOARD_GOOGLE_OVIS bool "-> Ovis" |