diff options
author | Corentin Chary <corentin.chary@gmail.com> | 2011-12-15 02:27:37 -0500 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2012-03-20 12:02:18 -0400 |
commit | 7ec48ceda25c6c16ab3f69b6c318d3d196f7abd0 (patch) | |
tree | e6414540eac7f5375a1cd56b5fdba5c53dfb4538 /drivers/platform/x86/Kconfig | |
parent | 26594dd47669ec213297b25fae20cdbb21f877b8 (diff) |
platform/x86: drop deprecated asus_acpi driver
asus_acpi only support old models, it has been deprecated since
2009 in favor of asus-laptop, it's not built by any (sane) distro,
so it is time to say good bye.
Thanks to Julien Lerouge and Karol Kozimor for the work they have
done on it, I would never have wrote asus-laptop and other asus
related drivers without asus_acpi.
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 43 |
1 files changed, 4 insertions, 39 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 912ffef0f148..0b5519cda194 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -54,7 +54,6 @@ config ACERHDF | |||
54 | config ASUS_LAPTOP | 54 | config ASUS_LAPTOP |
55 | tristate "Asus Laptop Extras" | 55 | tristate "Asus Laptop Extras" |
56 | depends on ACPI | 56 | depends on ACPI |
57 | depends on !ACPI_ASUS | ||
58 | select LEDS_CLASS | 57 | select LEDS_CLASS |
59 | select NEW_LEDS | 58 | select NEW_LEDS |
60 | select BACKLIGHT_CLASS_DEVICE | 59 | select BACKLIGHT_CLASS_DEVICE |
@@ -460,10 +459,9 @@ config INTEL_MENLOW | |||
460 | If unsure, say N. | 459 | If unsure, say N. |
461 | 460 | ||
462 | config EEEPC_LAPTOP | 461 | config EEEPC_LAPTOP |
463 | tristate "Eee PC Hotkey Driver (EXPERIMENTAL)" | 462 | tristate "Eee PC Hotkey Driver" |
464 | depends on ACPI | 463 | depends on ACPI |
465 | depends on INPUT | 464 | depends on INPUT |
466 | depends on EXPERIMENTAL | ||
467 | depends on RFKILL || RFKILL = n | 465 | depends on RFKILL || RFKILL = n |
468 | depends on HOTPLUG_PCI | 466 | depends on HOTPLUG_PCI |
469 | select BACKLIGHT_CLASS_DEVICE | 467 | select BACKLIGHT_CLASS_DEVICE |
@@ -482,11 +480,10 @@ config EEEPC_LAPTOP | |||
482 | doesn't work on your Eee PC, try eeepc-wmi instead. | 480 | doesn't work on your Eee PC, try eeepc-wmi instead. |
483 | 481 | ||
484 | config ASUS_WMI | 482 | config ASUS_WMI |
485 | tristate "ASUS WMI Driver (EXPERIMENTAL)" | 483 | tristate "ASUS WMI Driver" |
486 | depends on ACPI_WMI | 484 | depends on ACPI_WMI |
487 | depends on INPUT | 485 | depends on INPUT |
488 | depends on HWMON | 486 | depends on HWMON |
489 | depends on EXPERIMENTAL | ||
490 | depends on BACKLIGHT_CLASS_DEVICE | 487 | depends on BACKLIGHT_CLASS_DEVICE |
491 | depends on RFKILL || RFKILL = n | 488 | depends on RFKILL || RFKILL = n |
492 | depends on HOTPLUG_PCI | 489 | depends on HOTPLUG_PCI |
@@ -501,7 +498,7 @@ config ASUS_WMI | |||
501 | be called asus-wmi. | 498 | be called asus-wmi. |
502 | 499 | ||
503 | config ASUS_NB_WMI | 500 | config ASUS_NB_WMI |
504 | tristate "Asus Notebook WMI Driver (EXPERIMENTAL)" | 501 | tristate "Asus Notebook WMI Driver" |
505 | depends on ASUS_WMI | 502 | depends on ASUS_WMI |
506 | ---help--- | 503 | ---help--- |
507 | This is a driver for newer Asus notebooks. It adds extra features | 504 | This is a driver for newer Asus notebooks. It adds extra features |
@@ -514,7 +511,7 @@ config ASUS_NB_WMI | |||
514 | here. | 511 | here. |
515 | 512 | ||
516 | config EEEPC_WMI | 513 | config EEEPC_WMI |
517 | tristate "Eee PC WMI Driver (EXPERIMENTAL)" | 514 | tristate "Eee PC WMI Driver" |
518 | depends on ASUS_WMI | 515 | depends on ASUS_WMI |
519 | ---help--- | 516 | ---help--- |
520 | This is a driver for newer Eee PC laptops. It adds extra features | 517 | This is a driver for newer Eee PC laptops. It adds extra features |
@@ -559,38 +556,6 @@ config MSI_WMI | |||
559 | To compile this driver as a module, choose M here: the module will | 556 | To compile this driver as a module, choose M here: the module will |
560 | be called msi-wmi. | 557 | be called msi-wmi. |
561 | 558 | ||
562 | config ACPI_ASUS | ||
563 | tristate "ASUS/Medion Laptop Extras (DEPRECATED)" | ||
564 | depends on ACPI | ||
565 | select BACKLIGHT_CLASS_DEVICE | ||
566 | ---help--- | ||
567 | This driver provides support for extra features of ACPI-compatible | ||
568 | ASUS laptops. As some of Medion laptops are made by ASUS, it may also | ||
569 | support some Medion laptops (such as 9675 for example). It makes all | ||
570 | the extra buttons generate standard ACPI events that go through | ||
571 | /proc/acpi/events, and (on some models) adds support for changing the | ||
572 | display brightness and output, switching the LCD backlight on and off, | ||
573 | and most importantly, allows you to blink those fancy LEDs intended | ||
574 | for reporting mail and wireless status. | ||
575 | |||
576 | Note: display switching code is currently considered EXPERIMENTAL, | ||
577 | toying with these values may even lock your machine. | ||
578 | |||
579 | All settings are changed via /proc/acpi/asus directory entries. Owner | ||
580 | and group for these entries can be set with asus_uid and asus_gid | ||
581 | parameters. | ||
582 | |||
583 | More information and a userspace daemon for handling the extra buttons | ||
584 | at <http://acpi4asus.sf.net>. | ||
585 | |||
586 | If you have an ACPI-compatible ASUS laptop, say Y or M here. This | ||
587 | driver is still under development, so if your laptop is unsupported or | ||
588 | something works not quite as expected, please use the mailing list | ||
589 | available on the above page (acpi4asus-user@lists.sourceforge.net). | ||
590 | |||
591 | NOTE: This driver is deprecated and will probably be removed soon, | ||
592 | use asus-laptop instead. | ||
593 | |||
594 | config TOPSTAR_LAPTOP | 559 | config TOPSTAR_LAPTOP |
595 | tristate "Topstar Laptop Extras" | 560 | tristate "Topstar Laptop Extras" |
596 | depends on ACPI | 561 | depends on ACPI |