Adds a driver for the PCA9635PW I2C LED driver IC which can be used to control the intensity of up to 16 LEDs. From Alexander Entinger

This commit is contained in:
Gregory Nutt
2015-12-15 08:05:10 -06:00
parent ebfead6f0d
commit d62a626703
10 changed files with 672 additions and 2 deletions
+2
View File
@@ -405,6 +405,8 @@ if LCD
source drivers/lcd/Kconfig
endif # LCD
source drivers/leds/Kconfig
menuconfig MMCSD
bool "MMC/SD Driver Support"
default n