Skip to content

Commit

Permalink
ideapad-laptop: Depend on BACKLIGHT_CLASS_DEVICE instead of selecting it
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthew Garrett committed Feb 27, 2013
1 parent 16fd91e commit 445e8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 445e8d0

Please sign in to comment.