From 3c13af7ec9ea20839787629474e8f166daf1d635 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Fri, 11 Dec 2020 13:30:02 -0700 Subject: soc/intel/common: Remove unused SOC_INTEL_COMMON_ACPI Remove the unused SOC_INTEL_COMMON_ACPI Kconfig option. Change-Id: Id62cd44e0f7e4175ae65c9388569231d5c8c1fbc Signed-off-by: Marc Jones Reviewed-on: https://review.coreboot.org/c/coreboot/+/48580 Tested-by: build bot (Jenkins) Reviewed-by: Benjamin Doron Reviewed-by: Furquan Shaikh --- src/soc/intel/common/Kconfig.common | 4 ---- src/soc/intel/common/acpi.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/soc/intel/common/Kconfig.common b/src/soc/intel/common/Kconfig.common index 1a59d04087..b0fbf25545 100644 --- a/src/soc/intel/common/Kconfig.common +++ b/src/soc/intel/common/Kconfig.common @@ -58,10 +58,6 @@ config MMA_BLOBS_PATH default "3rdparty/blobs/soc/intel/kabylake/mma-blobs" if SOC_INTEL_KABYLAKE default "3rdparty/blobs/soc/intel/skylake/mma-blobs" if SOC_INTEL_SKYLAKE -config SOC_INTEL_COMMON_ACPI - bool - default n - config SOC_INTEL_COMMON_NHLT bool default n diff --git a/src/soc/intel/common/acpi.h b/src/soc/intel/common/acpi.h index 5e38c4b502..db12e81cd0 100644 --- a/src/soc/intel/common/acpi.h +++ b/src/soc/intel/common/acpi.h @@ -16,4 +16,4 @@ */ int soc_fill_acpi_wake(uint32_t *pm1, uint32_t **gpe0); -#endif /* CONFIG_SOC_INTEL_COMMON_ACPI */ +#endif /* _INTEL_COMMON_ACPI_H_ */ -- cgit v1.2.3