leds: Kconfig fixes
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 27 May 2010 12:08:33 +0000 (13:08 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 28 May 2010 07:35:27 +0000 (08:35 +0100)
Soekris net5501 is x86 only and cleanup some undeeded dependencies

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
drivers/leds/Kconfig

index f98d17a7108b6bc80ce8d4a785dd4fe7265a2b7c..81bf25e67ce1668b88a6af271c994dde5e25cbe5 100644 (file)
@@ -21,7 +21,7 @@ comment "LED drivers"
 
 config LEDS_88PM860X
        tristate "LED Support for Marvell 88PM860x PMIC"
-       depends on LEDS_CLASS && MFD_88PM860X
+       depends on MFD_88PM860X
        help
          This option enables support for on-chip LED drivers found on Marvell
          Semiconductor 88PM8606 PMIC.
@@ -69,8 +69,8 @@ config LEDS_NET48XX
 
 config LEDS_NET5501
        tristate "LED Support for Soekris net5501 series Error LED"
-       depends on LEDS_CLASS && LEDS_TRIGGERS
-       depends on LEDS_GPIO_PLATFORM && GPIO_CS5535
+       depends on LEDS_TRIGGERS
+       depends on X86 && LEDS_GPIO_PLATFORM && GPIO_CS5535
        select LEDS_TRIGGER_DEFAULT_ON
        default n
        help