Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81f04f4f authored by Alok Chauhan's avatar Alok Chauhan
Browse files

i3c: Add a driver for Qualcomm GENI I3C master IP



Add a driver for Qualcomm GENI I3C master IP based on
proposed I3C framework.

Change-Id: Id12e8921ab4d73110fb973b8ccb432f616dc1591
Signed-off-by: default avatarAlok Chauhan <alokc@codeaurora.org>
parent a831deac
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
config I3C_MASTER_QCOM_GENI
	tristate "Qualcomm Technologies Inc.'s GENI based I3C controller"
	depends on ARCH_QCOM
	depends on I3C
	help
	  If you say yes to this option, support will be included for the
	  built-in I3C interface on the Qualcomm Technologies Inc SoCs.

	  This driver can also be built as a module.  If so, the module
	  will be called i3c-master-qcom-geni.
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_I3C_MASTER_QCOM_GENI)	+= i3c-master-qcom-geni.o
+1348 −0

File added.

Preview size limit exceeded, changes collapsed.