Commit dccefb3729c8c2b17e45c68cdc0d575f2473a5f0

Authored by Linus Torvalds
1 parent b9c913f327

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/platform/x86/Kconfig
... ... @@ -83,8 +83,8 @@
83 83 depends on EXPERIMENTAL
84 84 depends on BACKLIGHT_CLASS_DEVICE
85 85 depends on RFKILL || RFKILL = n
86   - depends on POWER_SUPPLY
87 86 depends on SERIO_I8042
  87 + select POWER_SUPPLY
88 88 select LEDS_CLASS
89 89 select NEW_LEDS
90 90 default n