summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/alderlake/Kconfig
diff options
context:
space:
mode:
authorJamie Ryu <jamie.m.ryu@intel.com>2023-09-12 12:05:45 -0700
committerFelix Held <felix-coreboot@felixheld.de>2023-09-16 00:10:39 +0000
commit9f5b0ab54ed17b57fda6c5b6ad9d1597f375b3ac (patch)
tree9bdcea3210747e44fde1c7e62684fee1c3d07304 /src/soc/intel/alderlake/Kconfig
parentb3f5d94f0957f20422e6095cf049808ddbb37520 (diff)
downloadcoreboot-9f5b0ab54ed17b57fda6c5b6ad9d1597f375b3ac.tar.gz
coreboot-9f5b0ab54ed17b57fda6c5b6ad9d1597f375b3ac.tar.bz2
coreboot-9f5b0ab54ed17b57fda6c5b6ad9d1597f375b3ac.zip
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>
Diffstat (limited to 'src/soc/intel/alderlake/Kconfig')
-rw-r--r--src/soc/intel/alderlake/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig
index 1b1d1915bcbd..1ec207646bf4 100644
--- a/src/soc/intel/alderlake/Kconfig
+++ b/src/soc/intel/alderlake/Kconfig
@@ -1,7 +1,6 @@
config SOC_INTEL_ALDERLAKE
bool
select ACPI_INTEL_HARDWARE_SLEEP_VALUES
- select ACPI_ADL_IPU_ES_SUPPORT
select ARCH_X86
select BOOT_DEVICE_SUPPORTS_WRITES
select CACHE_MRC_SETTINGS
@@ -450,11 +449,6 @@ config MRC_CHANNEL_WIDTH
int
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
bool
default y