soc/intel/alderlake: Remove ACPI_ADL_IPU_ES_SUPPORT
DRIVERS_INTEL_MIPI_SUPPORTS_PRE_PRODUCTION_SOC is added to mipi camera driver to extend the same support for all SoCs, so removing this config from Alderlake SoC code. BUG=None TEST=Build rex and brya to check if the build passes without an error. Change-Id: I5bc23fce89f0ae22b64b90cb12621320cac30d85 Signed-off-by: Jamie Ryu <jamie.m.ryu@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77859 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Bora Guvendik <bora.guvendik@intel.com>
This commit is contained in:
parent
b3f5d94f09
commit
9f5b0ab54e
|
@ -1,7 +1,6 @@
|
||||||
config SOC_INTEL_ALDERLAKE
|
config SOC_INTEL_ALDERLAKE
|
||||||
bool
|
bool
|
||||||
select ACPI_INTEL_HARDWARE_SLEEP_VALUES
|
select ACPI_INTEL_HARDWARE_SLEEP_VALUES
|
||||||
select ACPI_ADL_IPU_ES_SUPPORT
|
|
||||||
select ARCH_X86
|
select ARCH_X86
|
||||||
select BOOT_DEVICE_SUPPORTS_WRITES
|
select BOOT_DEVICE_SUPPORTS_WRITES
|
||||||
select CACHE_MRC_SETTINGS
|
select CACHE_MRC_SETTINGS
|
||||||
|
@ -450,11 +449,6 @@ config MRC_CHANNEL_WIDTH
|
||||||
int
|
int
|
||||||
default 16
|
default 16
|
||||||
|
|
||||||
config ACPI_ADL_IPU_ES_SUPPORT
|
|
||||||
def_bool n
|
|
||||||
help
|
|
||||||
Enables ACPI entry to provide silicon type information to IPU kernel driver.
|
|
||||||
|
|
||||||
config ALDERLAKE_ENABLE_SOC_WORKAROUND
|
config ALDERLAKE_ENABLE_SOC_WORKAROUND
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
Loading…
Reference in New Issue