summaryrefslogtreecommitdiffstats
path: root/drivers/led/Kconfig
diff options
context:
space:
mode:
authorOleg.Karfich@wago.com <Oleg.Karfich@wago.com>2018-09-05 06:20:39 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2018-09-10 08:34:12 +0200
commit500bc99264e7b25f5d4b6ece7380ad3118409794 (patch)
treef7c4d93e18caa614a2659d14982419aa510afd02 /drivers/led/Kconfig
parentcd89262bc3e13fad5506966f6e29e46986afea1c (diff)
downloadbarebox-500bc99264e7b25f5d4b6ece7380ad3118409794.tar.gz
barebox-500bc99264e7b25f5d4b6ece7380ad3118409794.tar.xz
led: add pca955x led support
Signed-off-by: Oleg Karfich <oleg.karfich@wago.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/led/Kconfig')
-rw-r--r--drivers/led/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig
index 50f0d8f974..2a5920a7bd 100644
--- a/drivers/led/Kconfig
+++ b/drivers/led/Kconfig
@@ -31,4 +31,13 @@ config LED_TRIGGERS
This allows to assign certain triggers like heartbeat or network
activity to LEDs.
+config LED_PCA955X
+ bool "LED Support for PCA955x I2C chips"
+ depends on I2C
+ help
+ This option enables support for LEDs connected to PCA955x
+ LED driver chips accessed via the I2C bus. Supported
+ devices include PCA9550, PCA9551, PCA9552, and PCA9553.
+
+
endif