diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2015-06-12 17:06:29 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-12 11:18:53 +0100 |
commit | bc08f96b5fa783132c278d7a48a1c18feca5813f (patch) | |
tree | f01b8608a3e62caef1d157dc86768d56286932f0 /sound/soc/codecs/Kconfig | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) | |
download | linux-bc08f96b5fa783132c278d7a48a1c18feca5813f.tar.bz2 |
ASoC: rt286: Add RL6347A class device shared support for RT286
The patch separates the IO function from the rt286. It is prepared to share
for new chips that support the same IO function.
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 061c46587628..b826c716506c 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -507,6 +507,11 @@ config SND_SOC_RL6231 default m if SND_SOC_RT5670=m default m if SND_SOC_RT5677=m +config SND_SOC_RL6347A + tristate + default y if SND_SOC_RT286=y + default m if SND_SOC_RT286=m + config SND_SOC_RT286 tristate depends on I2C |