#
# Fast power off configuration
#
menu "Fast Power off"

config FAST_POWER_OFF
 bool "Fast power off support"
 default y
 depends on PM && SYSFS
 ---help---
 Say yes if you want core support for sysfs/power/fastoff

config FAST_POWER_DOWN
 tristate "Fast power of profile"
 depends on FAST_POWER_OFF
 default n
 ---help---
    Say yes if you want to bypass the rc kill scripts
    and shut the machine down

config FAST_REBOOT
 tristate "Fast reboot of profile"
 depends on FAST_POWER_OFF
 default n
 ---help---
    Say yes if you want to bypass the rc kill scripts
    and reboot the machine


endmenu
