summaryrefslogtreecommitdiff
path: root/src/mainboard/google/rex/Kconfig.name
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2023-07-22 20:32:08 +0000
committerSubrata Banik <subratabanik@google.com>2023-07-25 04:58:40 +0000
commit59a220b91430ea48c139624aa6c59d61b76f989c (patch)
tree3a8ae12903d877344af8750280fd053052a31669 /src/mainboard/google/rex/Kconfig.name
parentab5ced7de50f9bfa7a6df37b479d137ce1cd6884 (diff)
mb/google/rex: Create screebo4es variant
This patch creates a new variant screebo4es. The new variant will support only ESx samples. The existing rex variant will support the QS samples. BUG=b:292280656 TEST=Able to build google/screebo4es board and boot on target hardware. Change-Id: If77b4a773bee3633008d39c1886b61869c9618de Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76668 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/rex/Kconfig.name')
-rw-r--r--src/mainboard/google/rex/Kconfig.name7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mainboard/google/rex/Kconfig.name b/src/mainboard/google/rex/Kconfig.name
index eea2a528f2..952335363d 100644
--- a/src/mainboard/google/rex/Kconfig.name
+++ b/src/mainboard/google/rex/Kconfig.name
@@ -6,8 +6,11 @@ config BOARD_GOOGLE_REX0
config BOARD_GOOGLE_SCREEBO
bool "-> Screebo"
- select BOARD_GOOGLE_BASEBOARD_REX
- select DRIVERS_GENERIC_ALC1015
+ select BOARD_GOOGLE_MODEL_SCREEBO
+
+config BOARD_GOOGLE_SCREEBO4ES
+ bool "-> Screebo4ES"
+ select BOARD_GOOGLE_MODEL_SCREEBO
config BOARD_GOOGLE_KARIS
bool "-> Karis"