Kconfig (2b6cb8f2e88b416393d2b34cad51bfe6e1aae8a7) Kconfig (e6596c22744e7c3058bc3ef843d1a6c20632e27f)
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

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

1105 depends on ACPI && PCI
1106 help
1107 Intel Calpella platforms support dynamic power sharing between the
1108 CPU and GPU, maximizing performance in a given TDP. This driver,
1109 along with the CPU frequency and i915 drivers, provides that
1110 functionality. If in doubt, say Y here; it will only load on
1111 supported platforms.
1112
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

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

1105 depends on ACPI && PCI
1106 help
1107 Intel Calpella platforms support dynamic power sharing between the
1108 CPU and GPU, maximizing performance in a given TDP. This driver,
1109 along with the CPU frequency and i915 drivers, provides that
1110 functionality. If in doubt, say Y here; it will only load on
1111 supported platforms.
1112
1113config INTEL_RST
1114 tristate "Intel Rapid Start Technology Driver"
1115 depends on ACPI
1116 help
1117 This driver provides support for modifying parameters on systems
1118 equipped with Intel's Rapid Start Technology. When put in an ACPI
1119 sleep state, these devices will wake after either a configured
1120 timeout or when the system battery reaches a critical state,
1121 automatically copying memory contents to disk. On resume, the
1122 firmware will copy the memory contents back to RAM and resume the OS
1123 as usual.
1124
1125config INTEL_SMARTCONNECT
1126 tristate "Intel Smart Connect disabling driver"
1127 depends on ACPI
1128 help
1129 Intel Smart Connect is a technology intended to permit devices to
1130 update state by resuming for a short period of time at regular
1131 intervals. If a user enables this functionality under Windows and
1132 then reboots into Linux, the system may remain configured to resume

--- 82 unchanged lines hidden ---
1113config INTEL_SMARTCONNECT
1114 tristate "Intel Smart Connect disabling driver"
1115 depends on ACPI
1116 help
1117 Intel Smart Connect is a technology intended to permit devices to
1118 update state by resuming for a short period of time at regular
1119 intervals. If a user enables this functionality under Windows and
1120 then reboots into Linux, the system may remain configured to resume

--- 82 unchanged lines hidden ---