[PATCH] LED: add LED timer trigger
[safe/jmp/linux-2.6] / drivers / leds / Kconfig
index a4d12ec..fda44df 100644 (file)
@@ -22,5 +22,12 @@ config LEDS_TRIGGERS
          These triggers allow kernel events to drive the LEDs and can
          be configured via sysfs. If unsure, say Y.
 
+config LEDS_TRIGGER_TIMER
+       tristate "LED Timer Trigger"
+       depends LEDS_TRIGGERS
+       help
+         This allows LEDs to be controlled by a programmable timer
+         via sysfs. If unsure, say Y.
+
 endmenu