diff options
author | Len Brown <len.brown@intel.com> | 2007-02-03 01:38:30 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-03 01:38:30 -0500 |
commit | a4144e451ce1951e8dad2aa8e2288f75ab745172 (patch) | |
tree | 133ea66d3f685702c0a628e5001d86ca2ed393db /drivers/acpi | |
parent | eee3c859c486d4f110f154807430eaf825ff4a3d (diff) | |
parent | 8def05fa82bfa4af0c8e83a00ff377ddd9074480 (diff) |
Pull asus into test branch
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/Kconfig | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 5c087a5bddf..2ac2922be1b 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -207,19 +207,22 @@ config ACPI_ASUS 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. Owner and group for these entries can be set with asus_uid and asus_gid parameters. - + More information and a userspace daemon for handling the extra buttons at <http://sourceforge.net/projects/acpi4asus/>. - + If you have an ACPI-compatible ASUS laptop, say Y or M here. This driver is still under development, so if your laptop is unsupported or something works not quite as expected, please use the mailing list - available on the above page (acpi4asus-user@lists.sourceforge.net) - + available 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_IBM tristate "IBM ThinkPad Laptop Extras" depends on X86 |