Kconfig (d6626d1052a2180c3270b017f9f5b8c4ac14255c) | Kconfig (d6d240bf526e64304d1f0a712a3c9ce69a3f3aa6) |
---|---|
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 --- 405 unchanged lines hidden (view full) --- 414 default y 415 help 416 This option enable support for the dual-GPIO LED found on the 417 Network Space v2 board (and parents). This include Internet Space v2, 418 Network Space (Max) v2 and d2 Network v2 boards. 419 420config LEDS_NETXBIG 421 tristate "LED support for Big Network series LEDs" | 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 --- 405 unchanged lines hidden (view full) --- 414 default y 415 help 416 This option enable support for the dual-GPIO LED found on the 417 Network Space v2 board (and parents). This include Internet Space v2, 418 Network Space (Max) v2 and d2 Network v2 boards. 419 420config LEDS_NETXBIG 421 tristate "LED support for Big Network series LEDs" |
422 depends on MACH_NET2BIG_V2 || MACH_NET5BIG_V2 | |
423 depends on LEDS_CLASS | 422 depends on LEDS_CLASS |
423 depends on ARCH_KIRKWOOD |
|
424 default y 425 help 426 This option enable support for LEDs found on the LaCie 2Big 427 and 5Big Network v2 boards. The LEDs are wired to a CPLD and are 428 controlled through a GPIO extension bus. 429 430config LEDS_ASIC3 431 bool "LED support for the HTC ASIC3" --- 63 unchanged lines hidden --- | 424 default y 425 help 426 This option enable support for LEDs found on the LaCie 2Big 427 and 5Big Network v2 boards. The LEDs are wired to a CPLD and are 428 controlled through a GPIO extension bus. 429 430config LEDS_ASIC3 431 bool "LED support for the HTC ASIC3" --- 63 unchanged lines hidden --- |