X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Facpi%2FKconfig;fp=drivers%2Facpi%2FKconfig;h=33e2ca847a261434faf3ca8b0dca05883f80e256;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=2129645528f96a15f6cda81623dffd7ceff67ab1;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 212964552..33e2ca847 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -10,8 +10,9 @@ menu "ACPI (Advanced Configuration and Power Interface) Support" config ACPI bool "ACPI Support" depends on IA64 || X86 - depends on PCI select PM + select PCI + default y ---help--- Advanced Configuration and Power Interface (ACPI) support for @@ -45,7 +46,7 @@ if ACPI config ACPI_SLEEP bool "Sleep States" - depends on X86 && (!SMP || SUSPEND_SMP) && !XEN + depends on X86 && (!SMP || SUSPEND_SMP) depends on PM default y ---help--- @@ -107,6 +108,7 @@ config ACPI_BUTTON config ACPI_VIDEO tristate "Video" depends on X86 + default y help This driver implement the ACPI Extensions For Display Adapters for integrated graphics devices on motherboard, as specified in @@ -132,12 +134,6 @@ config ACPI_FAN This driver adds support for ACPI fan devices, allowing user-mode applications to perform basic fan control (on, off, status). -config ACPI_DOCK - tristate "Dock" - depends on EXPERIMENTAL - help - This driver adds support for ACPI controlled docking stations - config ACPI_PROCESSOR tristate "Processor" default y @@ -166,7 +162,7 @@ config ACPI_THERMAL config ACPI_NUMA bool "NUMA support" depends on NUMA - depends on (X86 || IA64) + depends on (IA64 || X86_64) default y if IA64_GENERIC || IA64_SGI_SN2 config ACPI_ASUS @@ -209,19 +205,6 @@ config ACPI_IBM If you have an IBM ThinkPad laptop, say Y or M here. -config ACPI_IBM_DOCK - bool "Legacy Docking Station Support" - depends on ACPI_IBM - depends on ACPI_DOCK=n - default n - ---help--- - Allows the ibm_acpi driver to handle docking station events. - This support is obsoleted by CONFIG_HOTPLUG_PCI_ACPI. It will - allow locking and removing the laptop from the docking station, - but will not properly connect PCI devices. - - If you are not sure, say N here. - config ACPI_TOSHIBA tristate "Toshiba Laptop Extras" depends on X86 @@ -261,8 +244,7 @@ config ACPI_CUSTOM_DSDT_FILE depends on ACPI_CUSTOM_DSDT default "" help - Enter the full path name to the file which includes the AmlCode - declaration. + Enter the full path name to the file wich includes the AmlCode declaration. config ACPI_BLACKLIST_YEAR int "Disable ACPI for systems before Jan 1st this year" if X86_32 @@ -305,7 +287,6 @@ config ACPI_SYSTEM config X86_PM_TIMER bool "Power Management Timer Support" if EMBEDDED depends on X86 - depends on !XEN default y help The Power Management Timer is available on all ACPI-capable, @@ -352,17 +333,6 @@ config ACPI_HOTPLUG_MEMORY If one selects "m," this driver can be loaded using the following command: $>modprobe acpi_memhotplug - -config ACPI_SBS - tristate "Smart Battery System (EXPERIMENTAL)" - depends on X86 && I2C - depends on EXPERIMENTAL - help - This driver adds support for the Smart Battery System. - Depends on I2C (Device Drivers ---> I2C support) - A "Smart Battery" is quite old and quite rare compared - to today's ACPI "Control Method" battery. - endif # ACPI endmenu