aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/qcom/Kconfig
Commit message (Collapse)AuthorAge
* soc: qcom: gsbi: Add support for ADM CRCI muxingAndy Gross2015-03-11
| | | | | | | | | | This patch adds automatic configuration for the ADM CRCI muxing required to support DMA operations for GSBI clients. The GSBI mode and instance determine the correct TCSR ADM CRCI MUX value that must be programmed so that the DMA works properly. Signed-off-by: Andy Gross <agross@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
* soc: qcom: Add GSBI driverAndy Gross2014-05-23
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>