From: Dinesh Maniyam <[email protected]>

Enable the Kconfig and Makefile for the MIPI DWI3C driver.

Signed-off-by: Dinesh Maniyam <[email protected]>
---
 drivers/i3c/master/Kconfig  | 11 +++++++++++
 drivers/i3c/master/Makefile |  3 +++
 2 files changed, 14 insertions(+)
 create mode 100644 drivers/i3c/master/Kconfig
 create mode 100644 drivers/i3c/master/Makefile

diff --git a/drivers/i3c/master/Kconfig b/drivers/i3c/master/Kconfig
new file mode 100644
index 0000000000..65e160e5ca
--- /dev/null
+++ b/drivers/i3c/master/Kconfig
@@ -0,0 +1,11 @@
+config DW_I3C_MASTER
+       tristate "Synospsys DesignWare I3C master driver"
+       depends on I3C
+       help
+         Support for Synopsys DesignWare MIPI I3C Controller.
+
+         For details please see
+         https://www.synopsys.com/dw/ipdir.php?ds=mipi_i3c
+
+         This driver can also be built as a module.  If so, the module
+         will be called dw-i3c-master.
\ No newline at end of file
diff --git a/drivers/i3c/master/Makefile b/drivers/i3c/master/Makefile
new file mode 100644
index 0000000000..2d42864d79
--- /dev/null
+++ b/drivers/i3c/master/Makefile
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+obj-$(CONFIG_DW_I3C_MASTER) += dw-i3c-master.o
\ No newline at end of file
-- 
2.26.2

Reply via email to