URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [acpi/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
## ACPI Configuration#menuconfig ACPIbool "ACPI (Advanced Configuration and Power Interface) Support"depends on !X86_NUMAQdepends on !X86_VISWSdepends on !IA64_HP_SIMdepends on IA64 || X86depends on PCIdepends on PMselect PNPdefault y---help---Advanced Configuration and Power Interface (ACPI) support forLinux requires an ACPI compliant platform (hardware/firmware),and assumes the presence of OS-directed configuration and powermanagement (OSPM) software. This option will enlarge yourkernel by about 70K.Linux ACPI provides a robust functional replacement for severallegacy configuration and power management interfaces, includingthe Plug-and-Play BIOS specification (PnP BIOS), theMultiProcessor Specification (MPS), and the Advanced PowerManagement (APM) specification. If both ACPI and APM supportare configured, whichever is loaded first shall be used.The ACPI SourceForge project contains the latest source code,documentation, tools, mailing list subscription, and otherinformation. This project is available at:<http://sourceforge.net/projects/acpi>Linux support for ACPI is based on Intel Corporation's ACPIComponent Architecture (ACPI CA). For more information see:<http://developer.intel.com/technology/iapc/acpi>ACPI is an open industry specification co-developed by Compaq,Intel, Microsoft, Phoenix, and Toshiba. The specification isavailable at:<http://www.acpi.info>if ACPIconfig ACPI_SLEEPbooldepends on PM_SLEEPdefault yconfig ACPI_PROCFSbool "Deprecated /proc/acpi files"depends on PROC_FS---help---For backwards compatibility, this option allowsdeprecated /proc/acpi/ files to exist, even whenthey have been replaced by functions in /sys.The deprecated files (and their replacements) include:/proc/acpi/sleep (/sys/power/state)/proc/acpi/info (/sys/modules/acpi/parameters/acpica_version)/proc/acpi/dsdt (/sys/firmware/acpi/tables/DSDT)/proc/acpi/fadt (/sys/firmware/acpi/tables/FACP)/proc/acpi/debug_layer (/sys/module/acpi/parameters/debug_layer)/proc/acpi/debug_level (/sys/module/acpi/parameters/debug_level)This option has no effect on /proc/acpi/ filesand functions which do not yet exist in /sys.Say N to delete /proc/acpi/ files that have moved to /sys/config ACPI_PROCFS_POWERbool "Deprecated power /proc/acpi folders"depends on PROC_FSdefault y---help---For backwards compatibility, this option allowsdeprecated power /proc/acpi/ folders to exist, even whenthey have been replaced by functions in /sys.The deprecated folders (and their replacements) include:/proc/acpi/battery/* (/sys/class/power_supply/*)/proc/acpi/ac_adapter/* (sys/class/power_supply/*)This option has no effect on /proc/acpi/ foldersand functions, which do not yet exist in /sysSay N to delete power /proc/acpi/ folders that have moved to /sys/config ACPI_SYSFS_POWERbool "Future power /sys interface"select POWER_SUPPLYdefault y---help---Say N to disable power /sys interfaceconfig ACPI_PROC_EVENTbool "Deprecated /proc/acpi/event support"depends on PROC_FSdefault y---help---A user-space daemon, acpi, typically read /proc/acpi/eventand handled all ACPI sub-system generated events.These events are now delivered to user-space viaeither the input layer, or as netlink events.This build option enables the old code for legacyuser-space implementation. After some time, this willbe moved under CONFIG_ACPI_PROCFS, and then deleted.Say Y here to retain the old behaviour. Say N if youruser-space is newer than kernel 2.6.23 (September 2007).config ACPI_ACtristate "AC Adapter"depends on X86default yhelpThis driver adds support for the AC Adapter object, which indicateswhether a system is on AC, or not. If you have a system that canswitch between A/C and battery, say Y.config ACPI_BATTERYtristate "Battery"depends on X86default yhelpThis driver adds support for battery information through/proc/acpi/battery. If you have a mobile system with a battery,say Y.config ACPI_BUTTONtristate "Button"depends on INPUTdefault yhelpThis driver handles events on the power, sleep and lid buttons.A daemon reads /proc/acpi/event and perform user-defined actionssuch as shutting down the system. This is necessary forsoftware controlled poweroff.config ACPI_VIDEOtristate "Video"depends on X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROLdepends on INPUThelpThis driver implement the ACPI Extensions For Display Adaptersfor integrated graphics devices on motherboard, as specified inACPI 2.0 Specification, Appendix B, allowing to perform some basiccontrol like defining the video POST device, retrieving EDID informationor to setup a video output, etc.Note that this is an ref. implementation only. It may or may not workfor your integrated video device.config ACPI_FANtristate "Fan"default yhelpThis driver adds support for ACPI fan devices, allowing user-modeapplications to perform basic fan control (on, off, status).config ACPI_DOCKtristate "Dock"depends on EXPERIMENTALhelpThis driver adds support for ACPI controlled docking stationsconfig ACPI_BAYtristate "Removable Drive Bay (EXPERIMENTAL)"depends on EXPERIMENTALdepends on ACPI_DOCKhelpThis driver adds support for ACPI controlled removable drivebays such as the IBM ultrabay or the Dell Module Bay.config ACPI_PROCESSORtristate "Processor"default yhelpThis driver installs ACPI as the idle handler for Linux, and usesACPI C2 and C3 processor states to save power, on systems thatsupport it. It is required by several flavors of cpufreqPerformance-state drivers.config ACPI_HOTPLUG_CPUbooldepends on ACPI_PROCESSOR && HOTPLUG_CPUselect ACPI_CONTAINERdefault yconfig ACPI_THERMALtristate "Thermal Zone"depends on ACPI_PROCESSORdefault yhelpThis driver adds support for ACPI thermal zones. Most mobile andsome desktop systems support ACPI thermal zones. It is HIGHLYrecommended that this option be enabled, as your processor(s)may be damaged without it.config ACPI_NUMAbool "NUMA support"depends on NUMAdepends on (X86 || IA64)default y if IA64_GENERIC || IA64_SGI_SN2config ACPI_ASUStristate "ASUS/Medion Laptop Extras"depends on X86select BACKLIGHT_CLASS_DEVICE---help---This driver provides support for extra features of ACPI-compatibleASUS laptops. As some of Medion laptops are made by ASUS, it may alsosupport some Medion laptops (such as 9675 for example). It makes allthe extra buttons generate standard ACPI events that go through/proc/acpi/events, and (on some models) adds support for changing thedisplay brightness and output, switching the LCD backlight on and off,and most importantly, allows you to blink those fancy LEDs intendedfor reporting mail and wireless status.Note: display switching code is currently considered EXPERIMENTAL,toying with these values may even lock your machine.All settings are changed via /proc/acpi/asus directory entries. Ownerand group for these entries can be set with asus_uid and asus_gidparameters.More information and a userspace daemon for handling the extra buttonsat <http://sourceforge.net/projects/acpi4asus/>.If you have an ACPI-compatible ASUS laptop, say Y or M here. Thisdriver is still under development, so if your laptop is unsupported orsomething works not quite as expected, please use the mailing listavailable on the above page (acpi4asus-user@lists.sourceforge.net).NOTE: This driver is deprecated and will probably be removed soon,use asus-laptop instead.config ACPI_TOSHIBAtristate "Toshiba Laptop Extras"depends on X86select BACKLIGHT_CLASS_DEVICE---help---This driver adds support for access to certain system settingson "legacy free" Toshiba laptops. These laptops can be recognized bytheir lack of a BIOS setup menu and APM support.On these machines, all system configuration is handled through theACPI. This driver is required for access to controls not coveredby the general ACPI drivers, such as LCD brightness, video output,etc.This driver differs from the non-ACPI Toshiba laptop driver (locatedunder "Processor type and features") in several aspects.Configuration is accessed by reading and writing text files in the/proc tree instead of by program interface to /dev. Furthermore, nopower management functions are exposed, as those are handled by thegeneral ACPI drivers.More information about this driver is available at<http://memebeam.org/toys/ToshibaAcpiDriver>.If you have a legacy free Toshiba laptop (such as the Libretto L1series), say Y.config ACPI_CUSTOM_DSDTbool "Include Custom DSDT"depends on !STANDALONEdefault nhelpThis option is to load a custom ACPI DSDTIf you don't know what that is, say N.config ACPI_CUSTOM_DSDT_FILEstring "Custom DSDT Table file to include"depends on ACPI_CUSTOM_DSDTdefault ""helpEnter the full path name to the file which includes the AmlCodedeclaration.config ACPI_BLACKLIST_YEARint "Disable ACPI for systems before Jan 1st this year" if X86_32default 0helpenter a 4-digit year, eg. 2001 to disable ACPI by defaulton platforms with DMI BIOS date before January 1st that year."acpi=force" can be used to override this mechanism.Enter 0 to disable this mechanism and allow ACPI torun by default no matter what the year. (default)config ACPI_DEBUGbool "Debug Statements"default nhelpThe ACPI driver can optionally report errors with a great dealof verbosity. Saying Y enables these statements. This will increaseyour kernel size by around 50K.config ACPI_DEBUG_FUNC_TRACEbool "Additionally enable ACPI function tracing"default ndepends on ACPI_DEBUGhelpACPI Debug Statements slow down ACPI processing. Function traceis about half of the penalty and is rarely useful.config ACPI_ECbooldefault yhelpThis driver is required on some systems for the proper operation ofthe battery and thermal drivers. If you are compiling for amobile system, say Y.config ACPI_POWERbooldefault yconfig ACPI_SYSTEMbooldefault yhelpThis driver will enable your system to shut down using ACPI, anddump your ACPI DSDT table using /proc/acpi/dsdt.config X86_PM_TIMERbool "Power Management Timer Support" if EMBEDDEDdepends on X86default yhelpThe Power Management Timer is available on all ACPI-capable,in most cases even if ACPI is unusable or blacklisted.This timing source is not affected by power management featureslike aggressive processor idling, throttling, frequency and/orvoltage scaling, unlike the commonly used Time Stamp Counter(TSC) timing source.You should nearly always say Y here because many modernsystems require this timer.config ACPI_CONTAINERtristate "ACPI0004,PNP0A05 and PNP0A06 Container Driver (EXPERIMENTAL)"depends on EXPERIMENTALdefault (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU || ACPI_HOTPLUG_IO)---help---This allows _physical_ insertion and removal of CPUs and memory.This can be useful, for example, on NUMA machines that supportACPI based physical hotplug of nodes, or non-NUMA machines thatsupport physical cpu/memory hot-plug.If one selects "m", this driver can be loaded with"modprobe acpi_container".config ACPI_HOTPLUG_MEMORYtristate "Memory Hotplug"depends on MEMORY_HOTPLUGdefault nhelpThis driver adds supports for ACPI Memory Hotplug. This driverprovides support for fielding notifications on ACPI memorydevices (PNP0C80) which represent memory ranges that may beonlined or offlined during runtime.Enabling this driver assumes that your platform hardwareand firmware have support for hot-plugging physical memory. Ifyour system does not support physically adding or ripping outmemory DIMMs at some platform defined granularity (individuallyor as a bank) at runtime, then you need not enable this driver.If one selects "m," this driver can be loaded using the followingcommand:$>modprobe acpi_memhotplugconfig ACPI_SBStristate "Smart Battery System"depends on X86helpThis driver adds support for the Smart Battery System, anothertype of access to battery information, found on some laptops.endif # ACPI
