Quantcast
Channel: Active questions tagged kernel - Stack Overflow
Viewing all articles
Browse latest Browse all 6502

How can I disable CONFIG_PM when building Linux kernel for x86_64

$
0
0

I've unselected all options in the "Power Management and ACPI options" submenu,

enter image description hereBut 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=y

And 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?


Viewing all articles
Browse latest Browse all 6502

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>