diff options
| author | Boris Brezillon <boris.brezillon@bootlin.com> | 2017-07-19 11:53:04 +0200 |
|---|---|---|
| committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-12-05 17:22:58 +0100 |
| commit | 603f2bee2c5419f6bcccc53be7f1f643122c97b7 (patch) | |
| tree | b85c036491a289701ee1652d1b4f49793c41353f /drivers/i3c/master/Makefile | |
| parent | 4f26d06669619b960aa7246378dcdf1690c97384 (diff) | |
| download | talos-op-linux-603f2bee2c5419f6bcccc53be7f1f643122c97b7.tar.gz talos-op-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/Makefile | 1 |
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 |

