Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - A index
The Linux kernel configuration item CONFIG_ACPI_SLEEP
has multiple definitions:
drivers/acpi/Kconfig
The configuration item CONFIG_ACPI_SLEEP:
( CONFIG_SUSPEND || CONFIG_HIBERNATION ) && ( CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT )
(none)
drivers/acpi/Kconfig
The configuration item CONFIG_ACPI_SLEEP:
( CONFIG_X86 && (! CONFIG_SMP || CONFIG_SUSPEND_SMP )) && ( CONFIG_PM )
This option adds support for ACPI suspend states.
With this option, you will be able to put the system "to sleep". Sleep states are low power states for the system and devices. All of the system operating state is saved to either memory or disk (depending on the state), to allow the system to resume operation quickly at your request.
Although this option sounds really nifty, barely any of the device drivers have been converted to the new driver model and hence few have proper power management support.
This option is not recommended for anyone except those doing driver power management development.
drivers/acpi/Kconfig
The configuration item CONFIG_ACPI_SLEEP:
( CONFIG_X86 && (! CONFIG_SMP || CONFIG_SUSPEND_SMP )) && ( CONFIG_EXPERIMENTAL && CONFIG_PM )
This option adds support for ACPI suspend states.
With this option, you will be able to put the system "to sleep". Sleep states are low power states for the system and devices. All of the system operating state is saved to either memory or disk (depending on the state), to allow the system to resume operation quickly at your request.
Although this option sounds really nifty, barely any of the device drivers have been converted to the new driver model and hence few have proper power management support.
This option is not recommended for anyone except those doing driver power management development.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - A index
Automatically generated (in year 2025). See also LKDDb sources on GitLab