aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/rex/Kconfig
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2023-07-19 19:19:41 +0530
committerSubrata Banik <subratabanik@google.com>2023-07-21 07:57:53 +0000
commitecb2a84690e8c90d02ab3de8dcf4f250049dfee8 (patch)
tree1dfc5d6da306d97c2085f3f5b0802f61e222977c /src/mainboard/google/rex/Kconfig
parent92a3b67eaea08b54252a5f18b53ce3e287380365 (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')
-rw-r--r--src/mainboard/google/rex/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig
index 014c3a7974..9c755085ba 100644
--- a/src/mainboard/google/rex/Kconfig
+++ b/src/mainboard/google/rex/Kconfig
@@ -44,6 +44,16 @@ config BOARD_GOOGLE_BASEBOARD_REX
select SYSTEM_TYPE_LAPTOP
select TPM_GOOGLE_TI50
+config BOARD_GOOGLE_MODEL_REX
+ def_bool n
+ 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
+
config BOARD_GOOGLE_BASEBOARD_OVIS
def_bool n
select BOARD_GOOGLE_REX_COMMON