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

Commit f6a81fe3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "i3c: i3c-master-qcom-geni: Add I3C GENI driver snapshot"

parents ddbed2ec 92cc7293
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -21,3 +21,15 @@ config DW_I3C_MASTER

	  This driver can also be built as a module.  If so, the module
	  will be called dw-i3c-master.

config I3C_MASTER_MSM_GENI
	tristate "Qualcomm Technologies Inc.'s GENI based I3C controller"
	depends on ARCH_QCOM
	depends on I3C
	depends on MSM_GENI_SE
	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-msm-geni.
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_CDNS_I3C_MASTER)		+= i3c-master-cdns.o
obj-$(CONFIG_DW_I3C_MASTER)		+= dw-i3c-master.o
obj-$(CONFIG_I3C_MASTER_MSM_GENI)	+= i3c-master-msm-geni.o
+1953 −0

File added.

Preview size limit exceeded, changes collapsed.