| Richard Purdie | c72a1d6 | 2006-03-31 02:31:04 -0800 | [diff] [blame] | 1 |  | 
|  | 2 | menu "LED devices" | 
|  | 3 |  | 
|  | 4 | config NEW_LEDS | 
|  | 5 | bool "LED Support" | 
|  | 6 | help | 
|  | 7 | Say Y to enable Linux LED support.  This is not related to standard | 
|  | 8 | keyboard LEDs which are controlled via the input system. | 
|  | 9 |  | 
|  | 10 | config LEDS_CLASS | 
|  | 11 | tristate "LED Class Support" | 
|  | 12 | depends NEW_LEDS | 
|  | 13 | help | 
|  | 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. | 
|  | 16 |  | 
| Richard Purdie | c3bc995 | 2006-03-31 02:31:05 -0800 | [diff] [blame] | 17 | config LEDS_TRIGGERS | 
|  | 18 | bool "LED Trigger support" | 
|  | 19 | depends NEW_LEDS | 
|  | 20 | help | 
|  | 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. | 
|  | 24 |  | 
| Richard Purdie | 3179108 | 2006-03-31 02:31:09 -0800 | [diff] [blame] | 25 | config LEDS_CORGI | 
|  | 26 | tristate "LED Support for the Sharp SL-C7x0 series" | 
|  | 27 | depends LEDS_CLASS && PXA_SHARP_C7xx | 
|  | 28 | help | 
|  | 29 | This option enables support for the LEDs on Sharp Zaurus | 
|  | 30 | SL-C7x0 series (C700, C750, C760, C860). | 
|  | 31 |  | 
| Richard Purdie | 4d3cb35 | 2006-03-31 02:31:10 -0800 | [diff] [blame] | 32 | config LEDS_LOCOMO | 
|  | 33 | tristate "LED Support for Locomo device" | 
|  | 34 | depends LEDS_CLASS && SHARP_LOCOMO | 
|  | 35 | help | 
|  | 36 | This option enables support for the LEDs on Sharp Locomo. | 
|  | 37 | Zaurus models SL-5500 and SL-5600. | 
|  | 38 |  | 
| Richard Purdie | 3179108 | 2006-03-31 02:31:09 -0800 | [diff] [blame] | 39 | config LEDS_SPITZ | 
|  | 40 | tristate "LED Support for the Sharp SL-Cxx00 series" | 
|  | 41 | depends LEDS_CLASS && PXA_SHARP_Cxx00 | 
|  | 42 | help | 
|  | 43 | This option enables support for the LEDs on Sharp Zaurus | 
|  | 44 | SL-Cxx00 series (C1000, C3000, C3100). | 
|  | 45 |  | 
| John Bowler | 6a0c51b | 2006-03-31 02:31:11 -0800 | [diff] [blame] | 46 | config LEDS_IXP4XX | 
|  | 47 | tristate "LED Support for GPIO connected LEDs on IXP4XX processors" | 
|  | 48 | depends LEDS_CLASS && ARCH_IXP4XX | 
|  | 49 | help | 
|  | 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. | 
|  | 54 |  | 
| Dirk Opfer | 6d0cf3e | 2006-03-31 02:31:12 -0800 | [diff] [blame] | 55 | config LEDS_TOSA | 
|  | 56 | tristate "LED Support for the Sharp SL-6000 series" | 
|  | 57 | depends LEDS_CLASS && PXA_SHARPSL | 
|  | 58 | help | 
|  | 59 | This option enables support for the LEDs on Sharp Zaurus | 
|  | 60 | SL-6000 series. | 
|  | 61 |  | 
| Richard Purdie | 6655c6f | 2006-03-31 02:31:07 -0800 | [diff] [blame] | 62 | config LEDS_TRIGGER_TIMER | 
|  | 63 | tristate "LED Timer Trigger" | 
|  | 64 | depends LEDS_TRIGGERS | 
|  | 65 | help | 
|  | 66 | This allows LEDs to be controlled by a programmable timer | 
|  | 67 | via sysfs. If unsure, say Y. | 
|  | 68 |  | 
| Richard Purdie | 2bfb646 | 2006-03-31 02:31:16 -0800 | [diff] [blame^] | 69 | config LEDS_TRIGGER_IDE_DISK | 
|  | 70 | bool "LED Timer Trigger" | 
|  | 71 | depends LEDS_TRIGGERS && BLK_DEV_IDEDISK | 
|  | 72 | help | 
|  | 73 | This allows LEDs to be controlled by IDE disk activity. | 
|  | 74 | If unsure, say Y. | 
|  | 75 |  | 
| Richard Purdie | c72a1d6 | 2006-03-31 02:31:04 -0800 | [diff] [blame] | 76 | endmenu | 
|  | 77 |  |