From 500bc99264e7b25f5d4b6ece7380ad3118409794 Mon Sep 17 00:00:00 2001 From: "Oleg.Karfich@wago.com" Date: Wed, 5 Sep 2018 06:20:39 +0000 Subject: led: add pca955x led support Signed-off-by: Oleg Karfich Signed-off-by: Sascha Hauer --- drivers/led/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'drivers/led/Kconfig') 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 -- cgit v1.2.3