diff options
author | Matthew Garrett <matthew.garrett@nebula.com> | 2013-02-25 16:59:57 -0500 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2013-02-27 08:30:47 -0500 |
commit | 445e8d007c29d7f4d497c7912236b69f608340c6 (patch) | |
tree | 575ce05562b313d700b9eb79b3425e39cecc0539 /drivers/platform | |
parent | 16fd91e06291c964111587db15646308110c5634 (diff) | |
download | linux-445e8d007c29d7f4d497c7912236b69f608340c6.tar.bz2 |
ideapad-laptop: Depend on BACKLIGHT_CLASS_DEVICE instead of selecting it
Selecting BACKLIGHT_CLASS_DEVICE doesn't guarantee that any of its
dependencies are enabled, and these are complicated. Depending isn't ideal
for configuration UI purposes, but is probably more appropriate here.
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 242c5248fdea..3338437b559b 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -299,8 +299,8 @@ config IDEAPAD_LAPTOP depends on ACPI depends on RFKILL && INPUT depends on SERIO_I8042 + depends on BACKLIGHT_CLASS_DEVICE select INPUT_SPARSEKMAP - select BACKLIGHT_CLASS_DEVICE help This is a driver for Lenovo IdeaPad netbooks contains drivers for rfkill switch, hotkey, fan control and backlight control. |