Device power management core functionality

modulename: pm.ko

and/or

kirkwood-pm.ko

and/or

mpc52xx_sleep.ko

and/or

lite5200_sleep.ko

and/or

sysfs.ko

and/or

main.ko

and/or

intel_epb.ko

configname: CONFIG_PM

Linux Kernel Configuration
└─>Power management and ACPI options
└─>Device power management core functionality
In linux kernel since version 2.6.12  
Enable functionality allowing I/O devices to be put into energy-saving
(low power) states, for example after a specified period of inactivity
(autosuspended), and woken up in response to a hardware-generated
wake-up event or a driver's request.

Hardware support is generally required for this functionality to work
and the bus type drivers of the buses the devices are on are
responsible for the actual handling of device suspend requests and
wake-up events.