⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kconfig

📁 电源管理代码 基于linux2.6.10!apm方式的电源管理!很好的资料!做arm平台使用
💻
字号:
menu "Fiona Event Management Support"config FIONA_EVENT_DEBUG	bool "Fiona Event Management Debugging"	depends on IOC_KEYBOARD    default n	help        Say Y here if you want the Fiona Event Manager to be verbose.        If unclear, you should say N.endmenumenu "Fiona Power Management Support"config FIONA_PM	tristate "Fiona Power Management Support"	depends on ARCH_FIONA	help	  This driver supports the Lab126 Power Management System for Fiona.	  To compile this driver as a module, choose M here: the	  module will be called fpow.	  If you haven't heard about it, it's safe to say Y.config FIONA_PM_DEBUG	bool "Fiona Power Management Debugging"	depends on FIONA_PM    default n	help        Say Y here if you want the Fiona Power Manager to be verbose.        If unclear, you should say N.config FIONA_VOLTAGE_DEBUG	bool "Fiona Voltage Sampling Debugging"	depends on FIONA_PM    default n	help        Say Y here if you want the voltage sampling mechanism to be verbose.        If unclear, you should say N.config PLUG_IN_FPOW	bool "Plug FPOW into the standard sleep path"	depends on FIONA_PM    default n	help        Say Y here if you want to plug the Fiona Power Management component        into the standard Linux power management chain (triggers FPOW on        standard system sleep requests).        If unclear, you should say N.config FIONA_PM_CPU 	bool "Allow CPU to sleep"	depends on FIONA_PM    default n	help        Say Y here if you want the CPU to respond to sleep requests.        If unclear, you should say Y.config FIONA_PM_VIDEO 	bool "Allow DISPLAY to sleep"	depends on FIONA_PM    default n	help        Say Y here if you want the display to respond to sleep requests.        This includes the EINK display and the Apollo controller.        If unclear, you should say Y.config FIONA_PM_WAN	bool "Allow WAN to sleep"	depends on FIONA_PM    default n	help        Say Y here if you want the WAN to respond to sleep requests.        If unclear, you should say Y.config FIONA_PM_USB_HOST 	bool "Allow USB Host to sleep"	depends on FIONA_PM    default n	help        Say Y here if you want USB Host to respond to sleep requests.        If unclear, you should say Y.config FIONA_PM_USB_DEVICE 	bool "Allow USB Device to sleep"	depends on FIONA_PM    default n	help        Say Y here if you want USB Device to respond to sleep requests.        If unclear, you should say Y.config FIONA_PM_MMC	bool "Allow SD/MMC Card Reader to sleep"	depends on FIONA_PM    default n	help        Say Y here if you want the SD/MMC Card Reader to respond         to sleep requests.        If unclear, you should say Y.config FIONA_PM_IOC	bool "Allow IOC to sleep"	depends on FIONA_PM    default n	help        Say Y here if you want the IOC to respond to sleep requests.        If unclear, you should say Y.config FIONA_PM_SCROLLWHEEL	bool "Allow Scrollwheel to sleep"	depends on FIONA_PM    default n	help        Say Y here if you want the Scrollwheel to respond to sleep requests.        If unclear, you should say Y.config FIONA_PM_KEYBOARD	bool "Allow Keyboard to sleep"	depends on FIONA_PM    default n	help        Say Y here if you want the IOC to respond to sleep requests.        If unclear, you should say Y.config FIONA_PM_PNLCD	bool "Allow PNLCD to sleep"	depends on FIONA_PM    default n	help        Say Y here if you want the PNLCD to respond to sleep requests.        If unclear, you should say Y.config FIONA_PM_AUDIO	bool "Allow AUDIO to sleep"	depends on FIONA_PM    default n	help        Say Y here if you want AUDIO to respond to sleep requests.        If unclear, you should say Y.endmenuconfig PM	bool "Power Management support"	---help---	  "Power Management" means that parts of your computer are shut	  off or put into a power conserving "sleep" mode if they are not	  being used.  There are two competing standards for doing this: APM	  and ACPI.  If you want to use either one, say Y here and then also	  to the requisite support below.	  Power Management is most important for battery powered laptop	  computers; if you have a laptop, check out the Linux Laptop home	  page on the WWW at <http://www.linux-on-laptops.com/> or	  Tuxmobil - Linux on Mobile Computers at <http://www.tuxmobil.org/>	  and the Battery Powered Linux mini-HOWTO, available from	  <http://www.tldp.org/docs.html#howto>.	  Note that, even if you say N here, Linux on the x86 architecture	  will issue the hlt instruction if nothing is to be done, thereby	  sending the processor to sleep and saving power.config PM_DEBUG	bool "Power Management Debug Support"	depends on PM	---help---	This option enables verbose debugging support in the Power Management	code. This is helpful when debugging and reporting various PM bugs, 	like suspend support.config SOFTWARE_SUSPEND	bool "Software Suspend (EXPERIMENTAL)"	depends on EXPERIMENTAL && PM && SWAP	---help---	  Enable the possibility of suspending the machine.	  It doesn't need APM.	  You may suspend your machine by 'swsusp' or 'shutdown -z <time>' 	  (patch for sysvinit needed). 	  It creates an image which is saved in your active swap. Upon next	  boot, pass the 'resume=/dev/swappartition' argument to the kernel to	  have it detect the saved image, restore memory state from it, and	  continue to run as before. If you do not want the previous state to	  be reloaded, then use the 'noresume' kernel argument. However, note	  that your partitions will be fsck'd and you must re-mkswap your swap	  partitions. It does not work with swap files.	  Right now you may boot without resuming and then later resume but	  in meantime you cannot use those swap partitions/files which were	  involved in suspending. Also in this case there is a risk that buffers	  on disk won't match with saved ones.	  For more information take a look at Documentation/power/swsusp.txt.config PM_STD_PARTITION	string "Default resume partition"	depends on SOFTWARE_SUSPEND	default ""	---help---	  The default resume partition is the partition that the suspend-	  to-disk implementation will look for a suspended disk image. 	  The partition specified here will be different for almost every user. 	  It should be a valid swap partition (at least for now) that is turned	  on before suspending. 	  The partition specified can be overridden by specifying:		resume=/dev/<other device> 	  which will set the resume partition to the device specified. 	  Note there is currently not a way to specify which device to save the	  suspended image to. It will simply pick the first available swap 	  device.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -