URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [leds/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
menuconfig NEW_LEDSbool "LED Support"depends on HAS_IOMEMhelpSay Y to enable Linux LED support. This allows control of supportedLEDs from both userspace and optionally, by kernel events (triggers).This is not related to standard keyboard LEDs which are controlledvia the input system.if NEW_LEDSconfig LEDS_CLASStristate "LED Class Support"helpThis option enables the led sysfs class in /sys/class/leds. You'llneed this to do anything useful with LEDs. If unsure, say N.comment "LED drivers"config LEDS_CORGItristate "LED Support for the Sharp SL-C7x0 series"depends on LEDS_CLASS && PXA_SHARP_C7xxhelpThis option enables support for the LEDs on Sharp ZaurusSL-C7x0 series (C700, C750, C760, C860).config LEDS_LOCOMOtristate "LED Support for Locomo device"depends on LEDS_CLASS && SHARP_LOCOMOhelpThis option enables support for the LEDs on Sharp Locomo.Zaurus models SL-5500 and SL-5600.config LEDS_SPITZtristate "LED Support for the Sharp SL-Cxx00 series"depends on LEDS_CLASS && PXA_SHARP_Cxx00helpThis option enables support for the LEDs on Sharp ZaurusSL-Cxx00 series (C1000, C3000, C3100).config LEDS_IXP4XXtristate "LED Support for GPIO connected LEDs on IXP4XX processors"depends on LEDS_CLASS && ARCH_IXP4XXhelpThis option enables support for the LEDs connected to GPIOoutputs of the Intel IXP4XX processors. To be useful theparticular board must have LEDs and they must be connectedto the GPIO lines. If unsure, say Y.config LEDS_TOSAtristate "LED Support for the Sharp SL-6000 series"depends on LEDS_CLASS && PXA_SHARPSLhelpThis option enables support for the LEDs on Sharp ZaurusSL-6000 series.config LEDS_S3C24XXtristate "LED Support for Samsung S3C24XX GPIO LEDs"depends on LEDS_CLASS && ARCH_S3C2410helpThis option enables support for LEDs connected to GPIO lineson Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440.config LEDS_AMS_DELTAtristate "LED Support for the Amstrad Delta (E3)"depends on LEDS_CLASS && MACH_AMS_DELTAhelpThis option enables support for the LEDs on Amstrad Delta (E3).config LEDS_NET48XXtristate "LED Support for Soekris net48xx series Error LED"depends on LEDS_CLASS && SCx200_GPIOhelpThis option enables support for the Soekris net4801 and net4826 errorLED.config LEDS_WRAPtristate "LED Support for the WRAP series LEDs"depends on LEDS_CLASS && SCx200_GPIOhelpThis option enables support for the PCEngines WRAP programmable LEDs.config LEDS_H1940tristate "LED Support for iPAQ H1940 device"depends on LEDS_CLASS && ARCH_H1940helpThis option enables support for the LEDs on the h1940.config LEDS_COBALT_QUBEtristate "LED Support for the Cobalt Qube series front LED"depends on LEDS_CLASS && MIPS_COBALThelpThis option enables support for the front LED on Cobalt Qube seriesconfig LEDS_COBALT_RAQbool "LED Support for the Cobalt Raq series"depends on LEDS_CLASS && MIPS_COBALTselect LEDS_TRIGGERShelpThis option enables support for the Cobalt Raq series LEDs.config LEDS_GPIOtristate "LED Support for GPIO connected LEDs"depends on LEDS_CLASS && GENERIC_GPIOhelpThis option enables support for the LEDs connected to GPIOoutputs. To be useful the particular board must have LEDsand they must be connected to the GPIO lines.config LEDS_CM_X270tristate "LED Support for the CM-X270 LEDs"depends on LEDS_CLASS && MACH_ARMCOREhelpThis option enables support for the CM-X270 LEDs.comment "LED Triggers"config LEDS_TRIGGERSbool "LED Trigger support"helpThis option enables trigger support for the leds class.These triggers allow kernel events to drive the LEDs and canbe configured via sysfs. If unsure, say Y.config LEDS_TRIGGER_TIMERtristate "LED Timer Trigger"depends on LEDS_TRIGGERShelpThis allows LEDs to be controlled by a programmable timervia sysfs. If unsure, say Y.config LEDS_TRIGGER_IDE_DISKbool "LED IDE Disk Trigger"depends on LEDS_TRIGGERS && BLK_DEV_IDEDISKhelpThis allows LEDs to be controlled by IDE disk activity.If unsure, say Y.config LEDS_TRIGGER_HEARTBEATtristate "LED Heartbeat Trigger"depends on LEDS_TRIGGERShelpThis allows LEDs to be controlled by a CPU load average.The flash frequency is a hyperbolic function of the 1-minuteload average.If unsure, say Y.endif # NEW_LEDS
