1menuconfig LEDS_BLINK 2 bool "LED Blink support" 3 depends on LEDS_CLASS 4 help 5 This option enables blink support for the leds class. 6 If unsure, say Y. 7 8if LEDS_BLINK 9 10config LEDS_BLINK_LGM 11 tristate "LED support for Intel LGM SoC series" 12 depends on LEDS_CLASS 13 depends on MFD_SYSCON 14 depends on OF 15 help 16 Parallel to serial conversion, which is also called SSO controller, 17 can drive external shift register for LED outputs. 18 This enables LED support for Serial Shift Output controller(SSO). 19 20endif # LEDS_BLINK 21