| 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 | c72a1d6 | 2006-03-31 02:31:04 -0800 | [diff] [blame] | 25 | endmenu | 
 | 26 |  |