diff options
author | Karthikeyan Ramasubramanian <kramasub@codeaurora.org> | 2018-03-30 19:08:17 +0200 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-04-25 07:12:05 +0200 |
commit | eddac5af06546d2e7a0730e3dc02dde3dc91098a (patch) | |
tree | 53954aa55955569e563df1c173bd2ee73a0d3156 /drivers/soc/qcom/Makefile | |
parent | soc: qcom: smd-rpm: Add msm8998 compatible (diff) | |
download | linux-eddac5af06546d2e7a0730e3dc02dde3dc91098a.tar.xz linux-eddac5af06546d2e7a0730e3dc02dde3dc91098a.zip |
soc: qcom: Add GENI based QUP Wrapper driver
This driver manages the Generic Interface (GENI) firmware based Qualcomm
Universal Peripheral (QUP) Wrapper. GENI based QUP is the next generation
programmable module composed of multiple Serial Engines (SE) and supports
a wide range of serial interfaces like UART, SPI, I2C, I3C, etc. This
driver also enables managing the serial interface independent aspects of
Serial Engines.
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
Signed-off-by: Sagar Dharia <sdharia@codeaurora.org>
Signed-off-by: Girish Mahadevan <girishm@codeaurora.org>
Reviewed-by: Evan Green <evgreen@chromium.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'drivers/soc/qcom/Makefile')
-rw-r--r-- | drivers/soc/qcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Makefile b/drivers/soc/qcom/Makefile index dcebf2814e6d..959aa748f5ac 100644 --- a/drivers/soc/qcom/Makefile +++ b/drivers/soc/qcom/Makefile @@ -1,4 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 +obj-$(CONFIG_QCOM_GENI_SE) += qcom-geni-se.o obj-$(CONFIG_QCOM_GLINK_SSR) += glink_ssr.o obj-$(CONFIG_QCOM_GSBI) += qcom_gsbi.o obj-$(CONFIG_QCOM_MDT_LOADER) += mdt_loader.o |