diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 23:15:35 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 23:15:35 -0500 |
commit | 52cfd503ad7176d23a5dd7af3981744feb60622f (patch) | |
tree | 0a8aeaaf4acbc86ac682f18632b8070c1c6b7ba1 /drivers/acpi/Kconfig | |
parent | dc8e7e3ec60bd5ef7868aa88755e9d4c948dc5cc (diff) | |
parent | 4263d9a3ae4d15785897d0543bb59316c84ee605 (diff) |
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: (59 commits)
ACPI / PM: Fix build problems for !CONFIG_ACPI related to NVS rework
ACPI: fix resource check message
ACPI / Battery: Update information on info notification and resume
ACPI: Drop device flag wake_capable
ACPI: Always check if _PRW is present before trying to evaluate it
ACPI / PM: Check status of power resources under mutexes
ACPI / PM: Rename acpi_power_off_device()
ACPI / PM: Drop acpi_power_nocheck
ACPI / PM: Drop acpi_bus_get_power()
Platform / x86: Make fujitsu_laptop use acpi_bus_update_power()
ACPI / Fan: Rework the handling of power resources
ACPI / PM: Register power resource devices as soon as they are needed
ACPI / PM: Register acpi_power_driver early
ACPI / PM: Add function for updating device power state consistently
ACPI / PM: Add function for device power state initialization
ACPI / PM: Introduce __acpi_bus_get_power()
ACPI / PM: Introduce function for refcounting device power resources
ACPI / PM: Add functions for manipulating lists of power resources
ACPI / PM: Prevent acpi_power_get_inferred_state() from making changes
ACPICA: Update version to 20101209
...
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 3f3489c5ca8c..10c7ad59c0e1 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -51,12 +51,7 @@ config ACPI_PROCFS | |||
51 | For backwards compatibility, this option allows | 51 | For backwards compatibility, this option allows |
52 | deprecated /proc/acpi/ files to exist, even when | 52 | deprecated /proc/acpi/ files to exist, even when |
53 | they have been replaced by functions in /sys. | 53 | they have been replaced by functions in /sys. |
54 | The deprecated files (and their replacements) include: | ||
55 | 54 | ||
56 | /proc/acpi/processor/*/throttling (/sys/class/thermal/ | ||
57 | cooling_device*/*) | ||
58 | /proc/acpi/video/*/brightness (/sys/class/backlight/) | ||
59 | /proc/acpi/thermal_zone/*/* (/sys/class/thermal/) | ||
60 | This option has no effect on /proc/acpi/ files | 55 | This option has no effect on /proc/acpi/ files |
61 | and functions which do not yet exist in /sys. | 56 | and functions which do not yet exist in /sys. |
62 | 57 | ||
@@ -74,6 +69,8 @@ config ACPI_PROCFS_POWER | |||
74 | /proc/acpi/ac_adapter/* (sys/class/power_supply/*) | 69 | /proc/acpi/ac_adapter/* (sys/class/power_supply/*) |
75 | This option has no effect on /proc/acpi/ directories | 70 | This option has no effect on /proc/acpi/ directories |
76 | and functions, which do not yet exist in /sys | 71 | and functions, which do not yet exist in /sys |
72 | This option, together with the proc directories, will be | ||
73 | deleted in 2.6.39. | ||
77 | 74 | ||
78 | Say N to delete power /proc/acpi/ directories that have moved to /sys/ | 75 | Say N to delete power /proc/acpi/ directories that have moved to /sys/ |
79 | 76 | ||
@@ -209,6 +206,17 @@ config ACPI_PROCESSOR | |||
209 | 206 | ||
210 | To compile this driver as a module, choose M here: | 207 | To compile this driver as a module, choose M here: |
211 | the module will be called processor. | 208 | the module will be called processor. |
209 | config ACPI_IPMI | ||
210 | tristate "IPMI" | ||
211 | depends on EXPERIMENTAL && IPMI_SI && IPMI_HANDLER | ||
212 | default n | ||
213 | help | ||
214 | This driver enables the ACPI to access the BMC controller. And it | ||
215 | uses the IPMI request/response message to communicate with BMC | ||
216 | controller, which can be found on on the server. | ||
217 | |||
218 | To compile this driver as a module, choose M here: | ||
219 | the module will be called as acpi_ipmi. | ||
212 | 220 | ||
213 | config ACPI_HOTPLUG_CPU | 221 | config ACPI_HOTPLUG_CPU |
214 | bool | 222 | bool |