Kconfig (386d17b22e422da3285e33fe8dcc282f02d98178) Kconfig (fa082a7cf5a66a42a06da048afd972e2cc1b67ea)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# X86 Platform Specific Drivers
4#
5
6menuconfig X86_PLATFORM_DEVICES
7 bool "X86 Platform Specific Device Drivers"
8 default y

--- 1145 unchanged lines hidden (view full) ---

1154 help
1155 This driver allows control of uncore frequency limits on
1156 supported server platforms.
1157 Uncore frequency controls RING/LLC (last-level cache) clocks.
1158
1159 To compile this driver as a module, choose M here: the module
1160 will be called intel-uncore-frequency.
1161
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# X86 Platform Specific Drivers
4#
5
6menuconfig X86_PLATFORM_DEVICES
7 bool "X86 Platform Specific Device Drivers"
8 default y

--- 1145 unchanged lines hidden (view full) ---

1154 help
1155 This driver allows control of uncore frequency limits on
1156 supported server platforms.
1157 Uncore frequency controls RING/LLC (last-level cache) clocks.
1158
1159 To compile this driver as a module, choose M here: the module
1160 will be called intel-uncore-frequency.
1161
1162config INTEL_PMC_CORE
1163 tristate "Intel PMC Core driver"
1164 depends on PCI
1165 depends on ACPI
1166 help
1167 The Intel Platform Controller Hub for Intel Core SoCs provides access
1168 to Power Management Controller registers via various interfaces. This
1169 driver can utilize debugging capabilities and supported features as
1170 exposed by the Power Management Controller. It also may perform some
1171 tasks in the PMC in order to enable transition into the SLPS0 state.
1172 It should be selected on all Intel platforms supported by the driver.
1173
1174 Supported features:
1175 - SLP_S0_RESIDENCY counter
1176 - PCH IP Power Gating status
1177 - LTR Ignore / LTR Show
1178 - MPHY/PLL gating status (Sunrisepoint PCH only)
1179 - SLPS0 Debug registers (Cannonlake/Icelake PCH)
1180 - Low Power Mode registers (Tigerlake and beyond)
1181 - PMC quirks as needed to enable SLPS0/S0ix
1182
1183config INTEL_SCU_IPC
1184 bool
1185
1186config INTEL_SCU
1187 bool
1188 select INTEL_SCU_IPC
1189
1190config INTEL_SCU_PCI

--- 57 unchanged lines hidden ---
1162config INTEL_SCU_IPC
1163 bool
1164
1165config INTEL_SCU
1166 bool
1167 select INTEL_SCU_IPC
1168
1169config INTEL_SCU_PCI

--- 57 unchanged lines hidden ---