xref: /openbmc/linux/drivers/leds/blink/Kconfig (revision a0ba6920)
1*a0ba6920SRafał Miłeckiconfig LEDS_BCM63138
2*a0ba6920SRafał Miłecki	tristate "LED Support for Broadcom BCM63138 SoC"
3*a0ba6920SRafał Miłecki	depends on LEDS_CLASS
4*a0ba6920SRafał Miłecki	depends on ARCH_BCM4908 || ARCH_BCM_5301X || BCM63XX || COMPILE_TEST
5*a0ba6920SRafał Miłecki	depends on HAS_IOMEM
6*a0ba6920SRafał Miłecki	depends on OF
7*a0ba6920SRafał Miłecki	default ARCH_BCM4908
8*a0ba6920SRafał Miłecki	help
9*a0ba6920SRafał Miłecki	  This option enables support for LED controller that is part of
10*a0ba6920SRafał Miłecki	  BCM63138 SoC. The same hardware block is known to be also used
11*a0ba6920SRafał Miłecki	  in BCM4908, BCM6848, BCM6858, BCM63148, BCM63381 and BCM68360.
12*a0ba6920SRafał Miłecki
13a7ed7150SRahul Tanwarconfig LEDS_LGM
14a7ed7150SRahul Tanwar       tristate "LED support for LGM SoC series"
151cfa807bSGeert Uytterhoeven       depends on X86 || COMPILE_TEST
161cfa807bSGeert Uytterhoeven       depends on GPIOLIB && LEDS_CLASS && MFD_SYSCON && OF
17c3987cd2SAmireddy Mallikarjuna reddy       help
18a7ed7150SRahul Tanwar         This option enables support for LEDs connected to GPIO lines on
19a7ed7150SRahul Tanwar         Lightning Mountain (LGM) SoC. Lightning Mountain is a AnyWAN
20a7ed7150SRahul Tanwar         gateway-on-a-chip SoC to be shipped on mid and high end home
21a7ed7150SRahul Tanwar         gateways and routers.
22c3987cd2SAmireddy Mallikarjuna reddy
23a7ed7150SRahul Tanwar         These LEDs are driven by a Serial Shift Output (SSO) controller.
24a7ed7150SRahul Tanwar         The driver supports hardware blinking and the LEDs can be configured
25a7ed7150SRahul Tanwar         to be triggered by software/CPU or by hardware.
26a7ed7150SRahul Tanwar
27a7ed7150SRahul Tanwar         Say 'Y' here if you are working on LGM SoC based platform. Otherwise,
28a7ed7150SRahul Tanwar         say 'N'. To compile this driver as a module, choose M here: the module
29a7ed7150SRahul Tanwar         will be called leds-lgm-sso.
30