|
@@ -1,3 +1,10 @@
|
|
|
+config LEDS_GPIO_REGISTER
|
|
|
+ bool
|
|
|
+ help
|
|
|
+ This option provides the function gpio_led_register_device.
|
|
|
+ As this function is used by arch code it must not be compiled as a
|
|
|
+ module.
|
|
|
+
|
|
|
menuconfig NEW_LEDS
|
|
|
bool "LED Support"
|
|
|
help
|
|
@@ -14,13 +21,6 @@ config LEDS_CLASS
|
|
|
This option enables the led sysfs class in /sys/class/leds. You'll
|
|
|
need this to do anything useful with LEDs. If unsure, say N.
|
|
|
|
|
|
-config LEDS_GPIO_REGISTER
|
|
|
- bool
|
|
|
- help
|
|
|
- This option provides the function gpio_led_register_device.
|
|
|
- As this function is used by arch code it must not be compiled as a
|
|
|
- module.
|
|
|
-
|
|
|
if NEW_LEDS
|
|
|
|
|
|
comment "LED drivers"
|