summaryrefslogtreecommitdiffstats
path: root/drivers/i3c/master/Makefile
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@bootlin.com>2017-07-19 11:53:04 +0200
committerBoris Brezillon <boris.brezillon@bootlin.com>2018-12-05 17:22:58 +0100
commit603f2bee2c5419f6bcccc53be7f1f643122c97b7 (patch)
treeb85c036491a289701ee1652d1b4f49793c41353f /drivers/i3c/master/Makefile
parentMAINTAINERS: Add myself as the I3C subsystem maintainer (diff)
downloadlinux-603f2bee2c5419f6bcccc53be7f1f643122c97b7.tar.xz
linux-603f2bee2c5419f6bcccc53be7f1f643122c97b7.zip
i3c: master: Add driver for Cadence IP
Add a driver for Cadence I3C master IP. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/i3c/master/Makefile')
-rw-r--r--drivers/i3c/master/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i3c/master/Makefile b/drivers/i3c/master/Makefile
index e69de29bb2d1..4c4304aa9534 100644
--- a/drivers/i3c/master/Makefile
+++ b/drivers/i3c/master/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_CDNS_I3C_MASTER) += i3c-master-cdns.o