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