Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'acpi-4.19-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI Kconfig fix from Rafael Wysocki:
"Fix recent menuconfig breakage causing it to present ACPI-specific
options incorrectly (Arnd Bergmann)"

* tag 'acpi-4.19-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
ACPI: fix menuconfig presentation of ACPI submenu

+3 -3
+3 -3
drivers/acpi/Kconfig
··· 3 3 # ACPI Configuration 4 4 # 5 5 6 + config ARCH_SUPPORTS_ACPI 7 + bool 8 + 6 9 menuconfig ACPI 7 10 bool "ACPI (Advanced Configuration and Power Interface) Support" 8 11 depends on ARCH_SUPPORTS_ACPI ··· 42 39 The specification is available at: 43 40 <http://www.acpi.info> 44 41 <http://www.uefi.org/acpi/specs> 45 - 46 - config ARCH_SUPPORTS_ACPI 47 - bool 48 42 49 43 if ACPI 50 44