7 Say Y to enable Linux LED support. This is not related to standard
8 keyboard LEDs which are controlled via the input system.
11 tristate "LED Class Support"
14 This option enables the led sysfs class in /sys/class/leds. You'll
15 need this to do anything useful with LEDs. If unsure, say N.
18 bool "LED Trigger support"
21 This option enables trigger support for the leds class.
22 These triggers allow kernel events to drive the LEDs and can
23 be configured via sysfs. If unsure, say Y.
26 tristate "LED Support for the Sharp SL-C7x0 series"
27 depends LEDS_CLASS && PXA_SHARP_C7xx
29 This option enables support for the LEDs on Sharp Zaurus
30 SL-C7x0 series (C700, C750, C760, C860).
33 tristate "LED Support for Locomo device"
34 depends LEDS_CLASS && SHARP_LOCOMO
36 This option enables support for the LEDs on Sharp Locomo.
37 Zaurus models SL-5500 and SL-5600.
40 tristate "LED Support for the Sharp SL-Cxx00 series"
41 depends LEDS_CLASS && PXA_SHARP_Cxx00
43 This option enables support for the LEDs on Sharp Zaurus
44 SL-Cxx00 series (C1000, C3000, C3100).
47 tristate "LED Support for GPIO connected LEDs on IXP4XX processors"
48 depends LEDS_CLASS && ARCH_IXP4XX
50 This option enables support for the LEDs connected to GPIO
51 outputs of the Intel IXP4XX processors. To be useful the
52 particular board must have LEDs and they must be connected
53 to the GPIO lines. If unsure, say Y.
56 tristate "LED Support for the Sharp SL-6000 series"
57 depends LEDS_CLASS && PXA_SHARPSL
59 This option enables support for the LEDs on Sharp Zaurus
63 tristate "LED Support for Samsung S3C24XX GPIO LEDs"
64 depends on LEDS_CLASS && ARCH_S3C2410
66 This option enables support for LEDs connected to GPIO lines
67 on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440.
69 config LEDS_TRIGGER_TIMER
70 tristate "LED Timer Trigger"
73 This allows LEDs to be controlled by a programmable timer
74 via sysfs. If unsure, say Y.
76 config LEDS_TRIGGER_IDE_DISK
77 bool "LED IDE Disk Trigger"
78 depends LEDS_TRIGGERS && BLK_DEV_IDEDISK
80 This allows LEDs to be controlled by IDE disk activity.