mb/google/fatcat: select MIPI pre-prod if PTL pre-prod SoC is set
This adds changes to conditionally enable the config `DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC` when `SOC_INTEL_PANTHERLAKE_PRE_PRODUCTION_SILICON` is enabled. This ensures that MIPI firmware and drivers are compatible with Panther Lake pre-production silicon. BUG=b:424355826 TEST=Ensures `DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC` is enabled for google/fatcat4es and all variants with ES silicon. Change-Id: I9687618cfceac32425fa19b4f1f30040b88a2d15 Signed-off-by: Jamie Ryu <jamie.m.ryu@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88220 Reviewed-by: Dinesh Gehlot <digehlot@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Pranava Y N <pranavayn@google.com>
This commit is contained in:
parent
2f978ecab3
commit
8d60bf9975
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ config BOARD_GOOGLE_FATCAT_COMMON
|
|||
select DRIVERS_I2C_HID
|
||||
select DRIVERS_INTEL_DPTF
|
||||
select DRIVERS_INTEL_MIPI_CAMERA
|
||||
select DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC if SOC_INTEL_PANTHERLAKE_PRE_PRODUCTION_SILICON
|
||||
select DRIVERS_INTEL_PMC
|
||||
select DRIVERS_INTEL_SOUNDWIRE
|
||||
select DRIVERS_WWAN_FM350GL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue