Skip to content

Commit 40c431a

Browse files
committed
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
2 parents 4def196 + f5d707e commit 40c431a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/acpi/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# ACPI Configuration
44
#
55

6+
config ARCH_SUPPORTS_ACPI
7+
bool
8+
69
menuconfig ACPI
710
bool "ACPI (Advanced Configuration and Power Interface) Support"
811
depends on ARCH_SUPPORTS_ACPI
@@ -40,9 +43,6 @@ menuconfig ACPI
4043
<http://www.acpi.info>
4144
<http://www.uefi.org/acpi/specs>
4245

43-
config ARCH_SUPPORTS_ACPI
44-
bool
45-
4646
if ACPI
4747

4848
config ACPI_LEGACY_TABLES_LOOKUP

0 commit comments

Comments
 (0)