soc/intel/common/block/pmc: Sort Kconfig in alphabetical order
Change-Id: I7392ede4226a940896c805fc0b0bc0dd615a964c Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74810 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
edda0f94e5
commit
bf0b87d813
|
@ -2,9 +2,9 @@ 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
|
depends on ACPI_INTEL_HARDWARE_SLEEP_VALUES
|
||||||
bool
|
bool
|
||||||
|
select ACPI_S1_NOT_SUPPORTED
|
||||||
select HAVE_POWER_STATE_AFTER_FAILURE
|
select HAVE_POWER_STATE_AFTER_FAILURE
|
||||||
select HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE
|
select HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE
|
||||||
select ACPI_S1_NOT_SUPPORTED
|
|
||||||
help
|
help
|
||||||
Intel Processor common code for Power Management controller(PMC)
|
Intel Processor common code for Power Management controller(PMC)
|
||||||
subsystem
|
subsystem
|
||||||
|
|
Loading…
Reference in New Issue