diff options
author | Corentin Chary <corentincj@iksaif.net> | 2009-02-15 13:30:21 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-03-16 00:37:32 -0400 |
commit | e73e2c62f7646d54e30ef8863ac0be0b8e4ef0eb (patch) | |
tree | 967599d5191e5367dc94b6fc01ec7c74caa63ca7 /drivers/platform | |
parent | 7950b71c3bd7b27b2874088a6c4efe3e13579f8b (diff) |
asus-laptop: use select instead of depends on
Like thinkpad_acpi or eeepc-laptop, asus-laptop will
now use "select" instead of "depends on"
for LEDS_CLASS, NEW_LEDS and BACKLIGHT_CLASS_DEVICE
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index b3866ad50227..fede8f327bbd 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -39,9 +39,9 @@ config ASUS_LAPTOP | |||
39 | tristate "Asus Laptop Extras (EXPERIMENTAL)" | 39 | tristate "Asus Laptop Extras (EXPERIMENTAL)" |
40 | depends on ACPI | 40 | depends on ACPI |
41 | depends on EXPERIMENTAL && !ACPI_ASUS | 41 | depends on EXPERIMENTAL && !ACPI_ASUS |
42 | depends on LEDS_CLASS | 42 | select LEDS_CLASS |
43 | depends on NEW_LEDS | 43 | select NEW_LEDS |
44 | depends on BACKLIGHT_CLASS_DEVICE | 44 | select BACKLIGHT_CLASS_DEVICE |
45 | depends on INPUT | 45 | depends on INPUT |
46 | ---help--- | 46 | ---help--- |
47 | This is the new Linux driver for Asus laptops. It may also support some | 47 | This is the new Linux driver for Asus laptops. It may also support some |