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

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

Merge "serial: msm_geni_serial:Add snapshot of serial UART driver"

parents ca6ceb98 6d7a4ec9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ config USB_BAM
	  Peripheral-to-Peripheral transfers between the USB and other
	  peripheral.

config QCOM_GENI_SE
config MSM_GENI_SE
	tristate "QCOM GENI Serial Engine Driver"
	help
	  This module is used to interact with GENI based Serial Engines on
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@
#
obj-$(CONFIG_GSI) += gsi/
obj-$(CONFIG_IPA3) += ipa/
obj-$(CONFIG_MSM_GENI_SE) += msm-geni-se.o
Loading