Kconfig (cda88c8be59128da05d7cd58f9ce2754a1416516) Kconfig (1dc7d8374dccf2815294ceb6a1092253f45ba860)
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

--- 407 unchanged lines hidden (view full) ---

416 depends on MFD_MC13XXX
417 help
418 This option enable support for on-chip LED drivers found
419 on Freescale Semiconductor MC13783/MC13892 PMIC.
420
421config LEDS_NS2
422 tristate "LED support for Network Space v2 GPIO LEDs"
423 depends on LEDS_CLASS
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

--- 407 unchanged lines hidden (view full) ---

416 depends on MFD_MC13XXX
417 help
418 This option enable support for on-chip LED drivers found
419 on Freescale Semiconductor MC13783/MC13892 PMIC.
420
421config LEDS_NS2
422 tristate "LED support for Network Space v2 GPIO LEDs"
423 depends on LEDS_CLASS
424 depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
424 depends on ARCH_KIRKWOOD
425 default y
426 help
427 This option enable support for the dual-GPIO LED found on the
428 Network Space v2 board (and parents). This include Internet Space v2,
429 Network Space (Max) v2 and d2 Network v2 boards.
430
431config LEDS_NETXBIG
432 tristate "LED support for Big Network series LEDs"
433 depends on LEDS_CLASS
425 default y
426 help
427 This option enable support for the dual-GPIO LED found on the
428 Network Space v2 board (and parents). This include Internet Space v2,
429 Network Space (Max) v2 and d2 Network v2 boards.
430
431config LEDS_NETXBIG
432 tristate "LED support for Big Network series LEDs"
433 depends on LEDS_CLASS
434 depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
434 depends on ARCH_KIRKWOOD
435 default y
436 help
437 This option enable support for LEDs found on the LaCie 2Big
438 and 5Big Network v2 boards. The LEDs are wired to a CPLD and are
439 controlled through a GPIO extension bus.
440
441config LEDS_ASIC3
442 bool "LED support for the HTC ASIC3"

--- 39 unchanged lines hidden (view full) ---

482config LEDS_BLINKM
483 tristate "LED support for the BlinkM I2C RGB LED"
484 depends on LEDS_CLASS
485 depends on I2C
486 help
487 This option enables support for the BlinkM RGB LED connected
488 through I2C. Say Y to enable support for the BlinkM LED.
489
435 default y
436 help
437 This option enable support for LEDs found on the LaCie 2Big
438 and 5Big Network v2 boards. The LEDs are wired to a CPLD and are
439 controlled through a GPIO extension bus.
440
441config LEDS_ASIC3
442 bool "LED support for the HTC ASIC3"

--- 39 unchanged lines hidden (view full) ---

482config LEDS_BLINKM
483 tristate "LED support for the BlinkM I2C RGB LED"
484 depends on LEDS_CLASS
485 depends on I2C
486 help
487 This option enables support for the BlinkM RGB LED connected
488 through I2C. Say Y to enable support for the BlinkM LED.
489
490config LEDS_VERSATILE
491 bool "LED support for the ARM Versatile and RealView"
492 depends on ARCH_REALVIEW || ARCH_VERSATILE
493 depends on LEDS_CLASS
494 help
495 This option enabled support for the LEDs on the ARM Versatile
496 and RealView boards. Say Y to enabled these.
497
490comment "LED Triggers"
491source "drivers/leds/trigger/Kconfig"
492
493endif # NEW_LEDS
498comment "LED Triggers"
499source "drivers/leds/trigger/Kconfig"
500
501endif # NEW_LEDS