diff options
author | Andy Gross <agross@codeaurora.org> | 2015-02-10 01:01:06 +0300 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2015-03-11 23:18:39 +0300 |
commit | e5fdad68d47ed344832b7ca4e18b2e9708d8141e (patch) | |
tree | 466a67a78537c815fc63bbc6e12a28d763bb812a /drivers/soc/qcom/Kconfig | |
parent | 767b0235dd476596c0d4154839ae6880bec71b3c (diff) | |
download | linux-e5fdad68d47ed344832b7ca4e18b2e9708d8141e.tar.xz |
soc: qcom: gsbi: Add support for ADM CRCI muxing
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>
Diffstat (limited to 'drivers/soc/qcom/Kconfig')
-rw-r--r-- | drivers/soc/qcom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index 7bd2c94f54a4..460b2dba109c 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -4,6 +4,7 @@ config QCOM_GSBI tristate "QCOM General Serial Bus Interface" depends on ARCH_QCOM + select MFD_SYSCON help Say y here to enable GSBI support. The GSBI provides control functions for connecting the underlying serial UART, SPI, and I2C |