diff options
author | Andy Gross <agross@codeaurora.org> | 2014-04-24 11:31:21 -0500 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-05-23 11:38:04 -0500 |
commit | 5d144e36b7c51612922fa05d37ff3a869261cc82 (patch) | |
tree | a2e4dd5f202555ae8bf7be7a0b63b44b14324152 /drivers/soc/qcom/Kconfig | |
parent | 3a6e08218f36baa9c49282ad2fe0dfbf001d8f23 (diff) | |
download | blackbird-op-linux-5d144e36b7c51612922fa05d37ff3a869261cc82.tar.gz blackbird-op-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/qcom/Kconfig')
-rw-r--r-- | drivers/soc/qcom/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig new file mode 100644 index 000000000000..7bd2c94f54a4 --- /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. + |