summaryrefslogtreecommitdiff
path: root/src/mainboard/google/rex
diff options
context:
space:
mode:
authorJamie Ryu <jamie.m.ryu@intel.com>2023-09-11 15:46:57 -0700
committerFelix Held <felix-coreboot@felixheld.de>2023-09-14 11:59:13 +0000
commit4c618cdd7967d258ced2680ea95a5fad9c271684 (patch)
treea40d73436eef1c19768a6802c3f4e47bb159927b /src/mainboard/google/rex
parentd6f30923b2ee0ff97c552578af122e820696347a (diff)
mb/google/rex: Enable DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC for ES variants
This enables DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC for rex variants boards with ES SoC to load pre-production signed IPU FW from IPU kernel driver to make Camera function properly. BUG=None TEST=Build rex and check if SSDT-IPU0 includes the correct value for "is_es" with Meteorlake ES and QS SoC. Change-Id: I407d1932762622652939e8568fe34c704bc3b433 Signed-off-by: Jamie Ryu <jamie.m.ryu@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77855 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/mainboard/google/rex')
-rw-r--r--src/mainboard/google/rex/Kconfig.name5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/Kconfig.name b/src/mainboard/google/rex/Kconfig.name
index 611916922b..79c483dc5a 100644
--- a/src/mainboard/google/rex/Kconfig.name
+++ b/src/mainboard/google/rex/Kconfig.name
@@ -11,6 +11,7 @@ config BOARD_GOOGLE_SCREEBO
config BOARD_GOOGLE_SCREEBO4ES
bool "-> Screebo4ES"
select BOARD_GOOGLE_MODEL_SCREEBO
+ select DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC
config BOARD_GOOGLE_KARIS
bool "-> Karis"
@@ -19,6 +20,7 @@ config BOARD_GOOGLE_KARIS
config BOARD_GOOGLE_KARIS4ES
bool "-> Karis4ES"
select BOARD_GOOGLE_MODEL_KARIS
+ select DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC
config BOARD_GOOGLE_REX_EC_ISH
bool "-> Rex EC ISH"
@@ -31,11 +33,14 @@ config BOARD_GOOGLE_OVIS
config BOARD_GOOGLE_OVIS4ES
bool "-> Ovis4ES"
select BOARD_GOOGLE_MODEL_OVIS
+ select DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC
config BOARD_GOOGLE_REX4ES
bool "-> Rex4ES"
select BOARD_GOOGLE_MODEL_REX
+ select DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC
config BOARD_GOOGLE_REX4ES_EC_ISH
bool "-> Rex4ES EC ISH"
select BOARD_GOOGLE_MODEL_REX_EC_ISH
+ select DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC