]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/leds/Kconfig
Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / drivers / leds / Kconfig
index f5d5c03676f8a0ffccf046648b9ebf55bab8b1d8..ff4b8cfda585b6461309824f277e52d263e0dcb6 100644 (file)
@@ -17,7 +17,7 @@ menuconfig NEW_LEDS
 if NEW_LEDS
 
 config LEDS_CLASS
-       bool "LED Class Support"
+       tristate "LED Class Support"
        help
          This option enables the led sysfs class in /sys/class/leds.  You'll
          need this to do anything useful with LEDs.  If unsure, say N.
@@ -69,7 +69,7 @@ config LEDS_MIKROTIK_RB532
 config LEDS_S3C24XX
        tristate "LED Support for Samsung S3C24XX GPIO LEDs"
        depends on LEDS_CLASS
-       depends on ARCH_S3C2410
+       depends on ARCH_S3C24XX
        help
          This option enables support for LEDs connected to GPIO lines
          on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440.
@@ -82,16 +82,6 @@ config LEDS_NET48XX
          This option enables support for the Soekris net4801 and net4826 error
          LED.
 
-config LEDS_NET5501
-       tristate "LED Support for Soekris net5501 series Error LED"
-       depends on LEDS_TRIGGERS
-       depends on X86 && GPIO_CS5535
-       select LEDS_TRIGGER_DEFAULT_ON
-       default n
-       help
-         Add support for the Soekris net5501 board (detection, error led
-         and GPIO).
-
 config LEDS_FSG
        tristate "LED Support for the Freecom FSG-3"
        depends on LEDS_CLASS
@@ -237,6 +227,14 @@ config LEDS_PCA955X
          LED driver chips accessed via the I2C bus.  Supported
          devices include PCA9550, PCA9551, PCA9552, and PCA9553.
 
+config LEDS_PCA9633
+       tristate "LED support for PCA9633 I2C chip"
+       depends on LEDS_CLASS
+       depends on I2C
+       help
+         This option enables support for LEDs connected to the PCA9633
+         LED driver chip accessed via the I2C bus.
+
 config LEDS_WM831X_STATUS
        tristate "LED support for status LEDs on WM831x PMICs"
        depends on LEDS_CLASS