diff options
author | Matthew Garrett <mjg59@srcf.ucam.org> | 2009-02-04 15:12:00 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-02-05 12:56:46 -0800 |
commit | 77a592655cdb8d838b85fd7ecf8f36fd2870abfc (patch) | |
tree | 477e5eb079acf01efff362cc7d0692a074766c2b /drivers/misc | |
parent | ac7b9004909d03d67016368093e81d37cae72895 (diff) | |
download | op-kernel-dev-77a592655cdb8d838b85fd7ecf8f36fd2870abfc.zip op-kernel-dev-77a592655cdb8d838b85fd7ecf8f36fd2870abfc.tar.gz |
misc: dell-laptop should depend on POWER_SUPPLY
dell-laptop makes use of the power supply class information to choose
which backlight interface to change. Add a depends on it.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Len Brown <lenb@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 5607319..c64e679 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -217,6 +217,7 @@ config DELL_LAPTOP depends on EXPERIMENTAL depends on BACKLIGHT_CLASS_DEVICE depends on RFKILL + depends on POWER_SUPPLY default n ---help--- This driver adds support for rfkill and backlight control to Dell |