diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-08 08:28:53 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-08 08:28:53 -0400 |
commit | 626b2df302fce4bf91a240f186ba447046db4741 (patch) | |
tree | b211041ab3bfd5876da4f6064bc7f666e0ab23c4 /drivers/led/Kconfig | |
parent | 7d914bc76b18b644e27d0cf367e745fc2c4fe1c7 (diff) | |
parent | acb021e48c619b49029102acc781e904c6471c86 (diff) |
Merge branch '2020-08-07-misc-improvements'
- SquashFS support
- Assorted bugfixes
Diffstat (limited to 'drivers/led/Kconfig')
-rw-r--r-- | drivers/led/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig index 667593405e..cc87fbf395 100644 --- a/drivers/led/Kconfig +++ b/drivers/led/Kconfig @@ -35,6 +35,14 @@ config LED_BCM6858 This option enables support for LEDs connected to the BCM6858 HW has blinking capabilities and up to 32 LEDs can be controlled. +config LED_CORTINA + bool "LED Support for Cortina Access CAxxxx SoCs" + depends on LED && (CORTINA_PLATFORM) + help + This option enables support for LEDs connected to the Cortina + Access CAxxxx SOCs. + + config LED_BLINK bool "Support LED blinking" depends on LED |