Back to home page

OSCL-LXR

 
 

    


0001 config LEDS_BCM63138
0002         tristate "LED Support for Broadcom BCM63138 SoC"
0003         depends on LEDS_CLASS
0004         depends on ARCH_BCM4908 || ARCH_BCM_5301X || BCM63XX || COMPILE_TEST
0005         depends on HAS_IOMEM
0006         depends on OF
0007         default ARCH_BCM4908
0008         help
0009           This option enables support for LED controller that is part of
0010           BCM63138 SoC. The same hardware block is known to be also used
0011           in BCM4908, BCM6848, BCM6858, BCM63148, BCM63381 and BCM68360.
0012 
0013           If compiled as module it will be called leds-bcm63138.
0014 
0015 config LEDS_LGM
0016        tristate "LED support for LGM SoC series"
0017        depends on X86 || COMPILE_TEST
0018        depends on GPIOLIB && LEDS_CLASS && MFD_SYSCON && OF
0019        help
0020          This option enables support for LEDs connected to GPIO lines on
0021          Lightning Mountain (LGM) SoC. Lightning Mountain is a AnyWAN
0022          gateway-on-a-chip SoC to be shipped on mid and high end home
0023          gateways and routers.
0024 
0025          These LEDs are driven by a Serial Shift Output (SSO) controller.
0026          The driver supports hardware blinking and the LEDs can be configured
0027          to be triggered by software/CPU or by hardware.
0028 
0029          Say 'Y' here if you are working on LGM SoC based platform. Otherwise,
0030          say 'N'. To compile this driver as a module, choose M here: the module
0031          will be called leds-lgm-sso.