Kconfig (44e1e9f8e70506728b02a18e6d03599a6485d67f) | Kconfig (401dea7f7ade662b77c33ce2498fb5b4f97cb29c) |
---|---|
1config 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 8menuconfig NEW_LEDS --- 36 unchanged lines hidden (view full) --- 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 | 1config 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 8menuconfig NEW_LEDS --- 36 unchanged lines hidden (view full) --- 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 |
53config LEDS_LM3533 54 tristate "LED support for LM3533" 55 depends on LEDS_CLASS 56 depends on MFD_LM3533 57 help 58 This option enables support for the LEDs on National Semiconductor / 59 TI LM3533 Lighting Power chips. 60 61 The LEDs can be controlled directly, through PWM input, or by the 62 ambient-light-sensor interface. The chip supports 63 hardware-accelerated blinking with maximum on and off periods of 9.8 64 and 77 seconds respectively. 65 |
|
53config LEDS_LOCOMO 54 tristate "LED Support for Locomo device" 55 depends on LEDS_CLASS 56 depends on SHARP_LOCOMO 57 help 58 This option enables support for the LEDs on Sharp Locomo. 59 Zaurus models SL-5500 and SL-5600. 60 --- 430 unchanged lines hidden --- | 66config LEDS_LOCOMO 67 tristate "LED Support for Locomo device" 68 depends on LEDS_CLASS 69 depends on SHARP_LOCOMO 70 help 71 This option enables support for the LEDs on Sharp Locomo. 72 Zaurus models SL-5500 and SL-5600. 73 --- 430 unchanged lines hidden --- |