diff options
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 12b2b55c519e..54dd1a396fa9 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -443,6 +443,20 @@ config LEDS_TRIGGER_TIMER | |||
443 | 443 | ||
444 | If unsure, say Y. | 444 | If unsure, say Y. |
445 | 445 | ||
446 | config LEDS_TRIGGER_ONESHOT | ||
447 | tristate "LED One-shot Trigger" | ||
448 | depends on LEDS_TRIGGERS | ||
449 | help | ||
450 | This allows LEDs to blink in one-shot pulses with parameters | ||
451 | controlled via sysfs. It's useful to notify the user on | ||
452 | sporadic events, when there are no clear begin and end trap points, | ||
453 | or on dense events, where this blinks the LED at constant rate if | ||
454 | rearmed continuously. | ||
455 | |||
456 | It also shows how to use the led_blink_set_oneshot() function. | ||
457 | |||
458 | If unsure, say Y. | ||
459 | |||
446 | config LEDS_TRIGGER_IDE_DISK | 460 | config LEDS_TRIGGER_IDE_DISK |
447 | bool "LED IDE Disk Trigger" | 461 | bool "LED IDE Disk Trigger" |
448 | depends on IDE_GD_ATA | 462 | depends on IDE_GD_ATA |