summaryrefslogtreecommitdiff
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorStefan Roese <[email protected]>2015-03-12 11:22:46 +0100
committerTom Rini <[email protected]>2015-05-08 17:24:17 -0400
commit1cdd9412002000aafcfb6f10cd02069adc66ba49 (patch)
tree8ee97e0dad3d7aef3ba780e878881f01c08b97c6 /drivers/misc/Makefile
parentaed9fed9758f4c487e1e41a9b881f04614d7691d (diff)
misc: led: Add PCA9551 LED driver
This patch adds a driver for the PCA9551 LED controller. Originated-by: Timo Herbrecher <[email protected]> Signed-off-by: Stefan Roese <[email protected]> Reviewed-by: Tom Rini <[email protected]> Cc: Fabio Estevam <[email protected]> Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 25630c3f2b4..120babc4b5d 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -31,3 +31,4 @@ obj-$(CONFIG_SANDBOX) += swap_case.o
obj-$(CONFIG_TWL4030_LED) += twl4030_led.o
obj-$(CONFIG_FSL_IFC) += fsl_ifc.o
obj-$(CONFIG_FSL_SEC_MON) += fsl_sec_mon.o
+obj-$(CONFIG_PCA9551_LED) += pca9551_led.o