diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-09 00:49:29 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-09 00:49:29 +0400 |
commit | dccefb3729c8c2b17e45c68cdc0d575f2473a5f0 (patch) | |
tree | 1369129e16720462e095b50d89a6311b259c82d8 /drivers/platform | |
parent | b9c913f327ccc5cf422b6dc9b5acfbc9b86e7b62 (diff) | |
download | linux-dccefb3729c8c2b17e45c68cdc0d575f2473a5f0.tar.xz |
x86 platform drivers: add POWER_SUPPLY to selected drivers for Dell
The Kconfig loop detection goes crazy without this.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 598d5b82a6bc..7f43cf86d776 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -83,8 +83,8 @@ config DELL_LAPTOP depends on EXPERIMENTAL depends on BACKLIGHT_CLASS_DEVICE depends on RFKILL || RFKILL = n - depends on POWER_SUPPLY depends on SERIO_I8042 + select POWER_SUPPLY select LEDS_CLASS select NEW_LEDS default n |