22 lines
591 B
Plaintext
22 lines
591 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Intel x86 Platform-Specific Drivers
|
|
#
|
|
|
|
config INTEL_PMC_CORE
|
|
tristate "Intel PMC Core driver"
|
|
depends on PCI
|
|
depends on ACPI
|
|
---help---
|
|
The Intel Platform Controller Hub for Intel Core SoCs provides access
|
|
to Power Management Controller registers via a PCI interface. This
|
|
driver can utilize debugging capabilities and supported features as
|
|
exposed by the Power Management Controller.
|
|
|
|
Supported features:
|
|
- SLP_S0_RESIDENCY counter
|
|
- PCH IP Power Gating status
|
|
- LTR Ignore
|
|
- MPHY/PLL gating status (Sunrisepoint PCH only)
|
|
|