Kconfig (2b6cb8f2e88b416393d2b34cad51bfe6e1aae8a7) | Kconfig (e6596c22744e7c3058bc3ef843d1a6c20632e27f) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Intel x86 Platform Specific Drivers 4# 5 6menuconfig X86_PLATFORM_DRIVERS_INTEL 7 bool "Intel x86 Platform Specific Device Drivers" 8 default y --- 47 unchanged lines hidden (view full) --- 56 will be called intel_mrfld_pwrbtn. 57 58config INTEL_PUNIT_IPC 59 tristate "Intel P-Unit IPC Driver" 60 help 61 This driver provides support for Intel P-Unit Mailbox IPC mechanism, 62 which is used to bridge the communications between kernel and P-Unit. 63 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Intel x86 Platform Specific Drivers 4# 5 6menuconfig X86_PLATFORM_DRIVERS_INTEL 7 bool "Intel x86 Platform Specific Device Drivers" 8 default y --- 47 unchanged lines hidden (view full) --- 56 will be called intel_mrfld_pwrbtn. 57 58config INTEL_PUNIT_IPC 59 tristate "Intel P-Unit IPC Driver" 60 help 61 This driver provides support for Intel P-Unit Mailbox IPC mechanism, 62 which is used to bridge the communications between kernel and P-Unit. 63 |
64config INTEL_RST 65 tristate "Intel Rapid Start Technology Driver" 66 depends on ACPI 67 help 68 This driver provides support for modifying parameters on systems 69 equipped with Intel's Rapid Start Technology. When put in an ACPI 70 sleep state, these devices will wake after either a configured 71 timeout or when the system battery reaches a critical state, 72 automatically copying memory contents to disk. On resume, the 73 firmware will copy the memory contents back to RAM and resume the OS 74 as usual. 75 |
|
64endif # X86_PLATFORM_DRIVERS_INTEL | 76endif # X86_PLATFORM_DRIVERS_INTEL |