aboutsummaryrefslogtreecommitdiff
path: root/drivers/led/Kconfig
diff options
context:
space:
mode:
authorJway Lin <jway.lin@cortina-access.com>2020-06-30 21:08:06 -0700
committerTom Rini <trini@konsulko.com>2020-08-07 22:31:32 -0400
commit047e31ed4b4d6388dddf053092597b9c84deebb3 (patch)
tree6f03d0215b90e54e0cdef7e3d41620545747e40f /drivers/led/Kconfig
parente1ecfc126266fbfb96cfaaa82bc3da749093c240 (diff)
downloadu-boot-047e31ed4b4d6388dddf053092597b9c84deebb3.zip
u-boot-047e31ed4b4d6388dddf053092597b9c84deebb3.tar.gz
u-boot-047e31ed4b4d6388dddf053092597b9c84deebb3.tar.bz2
led: led_cortina: Add CAxxx LED support
Add Cortina Access LED controller support for CAxxxx SOCs Signed-off-by: Jway Lin <jway.lin@cortina-access.com> Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com> CC: Simon Glass <sjg@chromium.org> Add head file fixed link error and remove unused flashing function Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/led/Kconfig')
-rw-r--r--drivers/led/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig
index 6675934..cc87fbf 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