summaryrefslogtreecommitdiff
path: root/drivers/soc/qcom/Kconfig
diff options
context:
space:
mode:
authorAndy Gross <agross@codeaurora.org>2014-04-24 16:31:21 (GMT)
committerKumar Gala <galak@codeaurora.org>2014-05-23 16:38:04 (GMT)
commit5d144e36b7c51612922fa05d37ff3a869261cc82 (patch)
treea2e4dd5f202555ae8bf7be7a0b63b44b14324152 /drivers/soc/qcom/Kconfig
parent3a6e08218f36baa9c49282ad2fe0dfbf001d8f23 (diff)
downloadlinux-5d144e36b7c51612922fa05d37ff3a869261cc82.tar.xz
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/Kconfig')
-rw-r--r--drivers/soc/qcom/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
new file mode 100644
index 0000000..7bd2c94
--- /dev/null
+++ b/drivers/soc/qcom/Kconfig
@@ -0,0 +1,11 @@
+#
+# QCOM Soc drivers
+#
+config QCOM_GSBI
+ tristate "QCOM General Serial Bus Interface"
+ depends on ARCH_QCOM
+ help
+ Say y here to enable GSBI support. The GSBI provides control
+ functions for connecting the underlying serial UART, SPI, and I2C
+ devices to the output pins.
+