soc/intel/common/block: Fix PMC common block dependency
This patch fix the dependency for PMC common block code. PMC block use SLP_TYP macros and acpi_sleep_from_pm1 function which is defined in arch/acpi.h and guarded by CONFIG_ACPI_INTEL_HARDWARE_SLEEP_VALUES. So we need PMC common block to depend on that config for proper inclusion. Change-Id: I88077626aff3efba0a95b3aaee0dbd71344ccb42 Signed-off-by: Shaunak Saha <shaunak.saha@intel.com> Reviewed-on: https://review.coreboot.org/20964 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
752dc8e425
commit
07f5b62aa8
|
@ -1,5 +1,6 @@
|
||||||
config SOC_INTEL_COMMON_BLOCK_PMC
|
config SOC_INTEL_COMMON_BLOCK_PMC
|
||||||
depends on SOC_INTEL_COMMON_BLOCK_GPIO
|
depends on SOC_INTEL_COMMON_BLOCK_GPIO
|
||||||
|
depends on ACPI_INTEL_HARDWARE_SLEEP_VALUES
|
||||||
bool
|
bool
|
||||||
help
|
help
|
||||||
Intel Processor common code for Power Management controller(PMC)
|
Intel Processor common code for Power Management controller(PMC)
|
||||||
|
|
Loading…
Reference in New Issue