Kconfig 1.3 KB

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