Kconfig (41be702a542a0d14bb0b1c16e824fa9ed27616ec) | Kconfig (ff1f0018cf66080d8e6f59791e552615648a033a) |
---|---|
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 | 424 depends on ARCH_KIRKWOOD || MACH_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 | 434 depends on ARCH_KIRKWOOD || MACH_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" --- 51 unchanged lines hidden --- | 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" --- 51 unchanged lines hidden --- |