1config LEDS_LGM 2 tristate "LED support for LGM SoC series" 3 depends on X86 || COMPILE_TEST 4 depends on GPIOLIB && LEDS_CLASS && MFD_SYSCON && OF 5 help 6 This option enables support for LEDs connected to GPIO lines on 7 Lightning Mountain (LGM) SoC. Lightning Mountain is a AnyWAN 8 gateway-on-a-chip SoC to be shipped on mid and high end home 9 gateways and routers. 10 11 These LEDs are driven by a Serial Shift Output (SSO) controller. 12 The driver supports hardware blinking and the LEDs can be configured 13 to be triggered by software/CPU or by hardware. 14 15 Say 'Y' here if you are working on LGM SoC based platform. Otherwise, 16 say 'N'. To compile this driver as a module, choose M here: the module 17 will be called leds-lgm-sso. 18