aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/qcom/Makefile
diff options
context:
space:
mode:
authorAndy Gross <agross@codeaurora.org>2014-04-24 11:31:21 -0500
committerKumar Gala <galak@codeaurora.org>2014-05-23 11:38:04 -0500
commit5d144e36b7c51612922fa05d37ff3a869261cc82 (patch)
treea2e4dd5f202555ae8bf7be7a0b63b44b14324152 /drivers/soc/qcom/Makefile
parentsoc: Introduce drivers/soc place-holder for SOC specific drivers (diff)
downloadlinux-dev-5d144e36b7c51612922fa05d37ff3a869261cc82.tar.xz
linux-dev-5d144e36b7c51612922fa05d37ff3a869261cc82.zip
soc: qcom: Add GSBI driver
The GSBI (General Serial Bus Interface) driver controls the overarching configuration of the shared serial bus infrastructure on APQ8064, IPQ8064, and earlier QCOM processors. The GSBI supports UART, I2C, SPI, and UIM functionality in various combinations. Signed-off-by: Andy Gross <agross@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'drivers/soc/qcom/Makefile')
-rw-r--r--drivers/soc/qcom/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Makefile b/drivers/soc/qcom/Makefile
new file mode 100644
index 000000000000..438901257ac1
--- /dev/null
+++ b/drivers/soc/qcom/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_QCOM_GSBI) += qcom_gsbi.o