Commit 37814fdc950281e9096a8b361a380edae237f486
1 parent
9dda696f0d
Exists in
master
and in
7 other branches
leds: Kconfig fixes
Soekris net5501 is x86 only and cleanup some undeeded dependencies Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff
drivers/leds/Kconfig
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 | |
22 | 22 | config LEDS_88PM860X |
23 | 23 | tristate "LED Support for Marvell 88PM860x PMIC" |
24 | - depends on LEDS_CLASS && MFD_88PM860X | |
24 | + depends on MFD_88PM860X | |
25 | 25 | help |
26 | 26 | This option enables support for on-chip LED drivers found on Marvell |
27 | 27 | Semiconductor 88PM8606 PMIC. |
... | ... | @@ -69,8 +69,8 @@ |
69 | 69 | |
70 | 70 | config LEDS_NET5501 |
71 | 71 | tristate "LED Support for Soekris net5501 series Error LED" |
72 | - depends on LEDS_CLASS && LEDS_TRIGGERS | |
73 | - depends on LEDS_GPIO_PLATFORM && GPIO_CS5535 | |
72 | + depends on LEDS_TRIGGERS | |
73 | + depends on X86 && LEDS_GPIO_PLATFORM && GPIO_CS5535 | |
74 | 74 | select LEDS_TRIGGER_DEFAULT_ON |
75 | 75 | default n |
76 | 76 | help |