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

Commit b3864a56 authored by Kumar Gala's avatar Kumar Gala
Browse files

tty: serial: msm: Enable building msm_serial for ARCH_QCOM



We've split Qualcomm MSM support into legacy and multiplatform.  So add
the ability to build the serial driver on the newer ARCH_QCOM
multiplatform.

Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
parent cf1e8f0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1024,7 +1024,7 @@ config SERIAL_SGI_IOC3


config SERIAL_MSM
config SERIAL_MSM
	bool "MSM on-chip serial port support"
	bool "MSM on-chip serial port support"
	depends on ARCH_MSM
	depends on ARCH_MSM || ARCH_QCOM
	select SERIAL_CORE
	select SERIAL_CORE


config SERIAL_MSM_CONSOLE
config SERIAL_MSM_CONSOLE