I've unselected all options in the "Power Management and ACPI options" submenu,
But options CONFIG_PM, CONFIG_PM_SLEEP are still enabled,
# Power management and ACPI options## CONFIG_SUSPEND is not setCONFIG_HIBERNATE_CALLBACKS=y# CONFIG_HIBERNATION is not setCONFIG_PM_SLEEP=yCONFIG_PM_SLEEP_SMP=y# CONFIG_PM_AUTOSLEEP is not set# CONFIG_PM_WAKELOCKS is not setCONFIG_PM=y# CONFIG_PM_DEBUG is not setCONFIG_PM_CLK=yCONFIG_PM_GENERIC_DOMAINS=y# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not setCONFIG_PM_GENERIC_DOMAINS_SLEEP=yCONFIG_PM_GENERIC_DOMAINS_OF=y# CONFIG_ENERGY_MODEL is not setCONFIG_ARCH_SUPPORTS_ACPI=y# CONFIG_ACPI is not setCONFIG_X86_PM_TIMER=yAnd manually editing .config to change all options to "is not set" didn't work either. After running "make", these options would be enabled automatically. How can I disable CONFIG_PM and CONFIG_PM_SLEEP?