diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2019-12-19 13:31:44 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-01-29 14:18:40 +0300 |
commit | 6ac7e4d7ad70640310feedc2e5f1cb712685cb05 (patch) | |
tree | c4ef0e04d3455e878d09a1ce8160c0fb318a6405 /drivers/mfd/Kconfig | |
parent | 6a24f567af4accef6d73b0be407227c537b94a1f (diff) | |
download | linux-6ac7e4d7ad70640310feedc2e5f1cb712685cb05.tar.xz |
mfd: wcd934x: Add support to wcd9340/wcd9341 codec
Qualcomm WCD9340/WCD9341 Codec is a standalone Hi-Fi audio codec IC.
This codec has integrated SoundWire controller, pin controller and
interrupt controller.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 8f57b9cf9645..fa75de882737 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1976,6 +1976,18 @@ config MFD_STMFX additional drivers must be enabled in order to use the functionality of the device. +config MFD_WCD934X + tristate "Support for WCD9340/WCD9341 Codec" + depends on SLIMBUS + select REGMAP + select REGMAP_SLIMBUS + select REGMAP_IRQ + select MFD_CORE + help + Support for the Qualcomm WCD9340/WCD9341 Codec. + This driver provides common support WCD934x audio codec and its + associated Pin Controller, Soundwire Controller and Audio codec. + menu "Multimedia Capabilities Port drivers" depends on ARCH_SA1100 |