swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 4b0986a3613c92f4ec1bdc7f60ec66fea135991f authored by Linus Torvalds on 22 May 2022, 19:52:31 UTC
Linux 5.18
Tip revision: 4b0986a
Kconfig
config LEDS_LGM
       tristate "LED support for LGM SoC series"
       depends on X86 || COMPILE_TEST
       depends on GPIOLIB && LEDS_CLASS && MFD_SYSCON && OF
       help
         This option enables support for LEDs connected to GPIO lines on
         Lightning Mountain (LGM) SoC. Lightning Mountain is a AnyWAN
         gateway-on-a-chip SoC to be shipped on mid and high end home
         gateways and routers.

         These LEDs are driven by a Serial Shift Output (SSO) controller.
         The driver supports hardware blinking and the LEDs can be configured
         to be triggered by software/CPU or by hardware.

         Say 'Y' here if you are working on LGM SoC based platform. Otherwise,
         say 'N'. To compile this driver as a module, choose M here: the module
         will be called leds-lgm-sso.
back to top