Timestamp:
07/31/2023 01:44:37 PM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
e7cd19a
Parents:
1417643
git-author:
Xi Ruoyao <xry111@…> (07/31/2023 11:28:18 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:37 PM)
Message:

kernel-config: Fix a bug causing some menu not rendered

For example:

menu "Power management and ACPI options"

config ARCH_SUPPORTS_ACPI

bool

config ACPI

bool
depends on ARCH_SUPPORTS_ACPI
prompt "ACPI (Advanced Configuration and Power Interface) Support"

endmenu

If ACPI=y, we need to "backward propagate" it to ARCH_SUPPORTS_ACPI, in
order to further mark the menu used. Otherwise the ACPI menu won't show
up.

(No files)

Note: See TracChangeset for help on using the changeset viewer.