summaryrefslogtreecommitdiffstats
path: root/drivers/soc/Kconfig
diff options
context:
space:
mode:
authorAndy Gross2014-04-24 18:31:21 +0200
committerKumar Gala2014-05-23 18:38:04 +0200
commit5d144e36b7c51612922fa05d37ff3a869261cc82 (patch)
treea2e4dd5f202555ae8bf7be7a0b63b44b14324152 /drivers/soc/Kconfig
parentsoc: Introduce drivers/soc place-holder for SOC specific drivers (diff)
downloadkernel-qcow2-linux-5d144e36b7c51612922fa05d37ff3a869261cc82.tar.gz
kernel-qcow2-linux-5d144e36b7c51612922fa05d37ff3a869261cc82.tar.xz
kernel-qcow2-linux-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/Kconfig')
-rw-r--r--drivers/soc/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/Kconfig b/drivers/soc/Kconfig
index 339baa87336f..c8543855aa82 100644
--- a/drivers/soc/Kconfig
+++ b/drivers/soc/Kconfig
@@ -1,3 +1,5 @@
menu "SOC (System On Chip) specific Drivers"
+source "drivers/soc/qcom/Kconfig"
+
endmenu