32 lines · plain
1config LEDS_BCM631382 tristate "LED Support for Broadcom BCM63138 SoC"3 depends on LEDS_CLASS4 depends on ARCH_BCMBCA || ARCH_BCM_5301X || BCM63XX || COMPILE_TEST5 depends on HAS_IOMEM6 depends on OF7 default ARCH_BCMBCA8 help9 This option enables support for LED controller that is part of10 BCM63138 SoC. The same hardware block is known to be also used11 in BCM4908, BCM6848, BCM6858, BCM63148, BCM63381 and BCM68360.12 13 If compiled as module it will be called leds-bcm63138.14 15config LEDS_LGM16 tristate "LED support for LGM SoC series"17 depends on X86 || COMPILE_TEST18 depends on GPIOLIB && LEDS_CLASS && MFD_SYSCON && OF19 help20 This option enables support for LEDs connected to GPIO lines on21 Lightning Mountain (LGM) SoC. Lightning Mountain is a AnyWAN22 gateway-on-a-chip SoC to be shipped on mid and high end home23 gateways and routers.24 25 These LEDs are driven by a Serial Shift Output (SSO) controller.26 The driver supports hardware blinking and the LEDs can be configured27 to be triggered by software/CPU or by hardware.28 29 Say 'Y' here if you are working on LGM SoC based platform. Otherwise,30 say 'N'. To compile this driver as a module, choose M here: the module31 will be called leds-lgm-sso.32