diff options
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index fd060016b7e9..724b2ed1a3cb 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -539,4 +539,14 @@ config INTEL_SCU_IPC | |||
539 | some embedded Intel x86 platforms. This is not needed for PC-type | 539 | some embedded Intel x86 platforms. This is not needed for PC-type |
540 | machines. | 540 | machines. |
541 | 541 | ||
542 | config INTEL_IPS | ||
543 | tristate "Intel Intelligent Power Sharing" | ||
544 | depends on ACPI | ||
545 | ---help--- | ||
546 | Intel Calpella platforms support dynamic power sharing between the | ||
547 | CPU and GPU, maximizing performance in a given TDP. This driver, | ||
548 | along with the CPU frequency and i915 drivers, provides that | ||
549 | functionality. If in doubt, say Y here; it will only load on | ||
550 | supported platforms. | ||
551 | |||
542 | endif # X86_PLATFORM_DEVICES | 552 | endif # X86_PLATFORM_DEVICES |