~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/leds/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
config LEDS_GPIO_REGISTER
 
2
        bool
 
3
        help
 
4
          This option provides the function gpio_led_register_device.
 
5
          As this function is used by arch code it must not be compiled as a
 
6
          module.
 
7
 
1
8
menuconfig NEW_LEDS
2
9
        bool "LED Support"
3
10
        help
7
14
          This is not related to standard keyboard LEDs which are controlled
8
15
          via the input system.
9
16
 
 
17
if NEW_LEDS
 
18
 
10
19
config LEDS_CLASS
11
20
        bool "LED Class Support"
12
 
        depends on NEW_LEDS
13
21
        help
14
22
          This option enables the led sysfs class in /sys/class/leds.  You'll
15
23
          need this to do anything useful with LEDs.  If unsure, say N.
16
24
 
17
 
if NEW_LEDS
18
 
 
19
25
comment "LED drivers"
20
26
 
21
27
config LEDS_88PM860X
34
40
          This option enables support for LEDs driven using outputs
35
41
          of the dedicated PWM controller found on newer Atmel SOCs.
36
42
 
 
43
config LEDS_LM3530
 
44
        tristate "LCD Backlight driver for LM3530"
 
45
        depends on LEDS_CLASS
 
46
        depends on I2C
 
47
        help
 
48
          This option enables support for the LCD backlight using
 
49
          LM3530 ambient light sensor chip. This ALS chip can be
 
50
          controlled manually or using PWM input or using ambient
 
51
          light automatically.
 
52
 
37
53
config LEDS_LOCOMO
38
54
        tristate "LED Support for Locomo device"
39
55
        depends on LEDS_CLASS
105
121
          This option enables support for the PCEngines ALIX.2 and ALIX.3 LEDs.
106
122
          You have to set leds-alix2.force=1 for boards with Award BIOS.
107
123
 
108
 
config LEDS_H1940
109
 
        tristate "LED Support for iPAQ H1940 device"
110
 
        depends on LEDS_CLASS
111
 
        depends on ARCH_H1940
112
 
        help
113
 
          This option enables support for the LEDs on the h1940.
114
 
 
115
124
config LEDS_COBALT_QUBE
116
125
        tristate "LED Support for the Cobalt Qube series front LED"
117
126
        depends on LEDS_CLASS
152
161
          LED controller. It is generally only useful
153
162
          as a platform driver
154
163
 
 
164
config LEDS_PCA9532_GPIO
 
165
        bool "Enable GPIO support for PCA9532"
 
166
        depends on LEDS_PCA9532
 
167
        depends on GPIOLIB
 
168
        help
 
169
          Allow unused pins on PCA9532 to be used as gpio.
 
170
 
 
171
          To use a pin as gpio pca9532_type in pca9532_platform data needs to
 
172
          set to PCA9532_TYPE_GPIO.
 
173
 
155
174
config LEDS_GPIO
156
175
        tristate "LED Support for GPIO connected LEDs"
157
176
        depends on LEDS_CLASS
369
388
          and 5Big Network v2 boards. The LEDs are wired to a CPLD and are
370
389
          controlled through a GPIO extension bus.
371
390
 
 
391
config LEDS_ASIC3
 
392
        bool "LED support for the HTC ASIC3"
 
393
        depends on LEDS_CLASS
 
394
        depends on MFD_ASIC3
 
395
        default y
 
396
        help
 
397
          This option enables support for the LEDs on the HTC ASIC3. The HTC
 
398
          ASIC3 LED GPIOs are inputs, not outputs, thus the leds-gpio driver
 
399
          cannot be used. This driver supports hardware blinking with an on+off
 
400
          period from 62ms to 125s. Say Y to enable LEDs on the HP iPAQ hx4700.
 
401
 
372
402
config LEDS_TRIGGERS
373
403
        bool "LED Trigger support"
374
404
        depends on LEDS_CLASS