aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/generic/Kconfig
diff options
context:
space:
mode:
authorGravatar Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 2016-08-23 01:35:02 +0000
committerGravatar Mark Brown <broonie@kernel.org> 2016-08-24 11:19:16 +0100
commitd12c6216c4a58f9fd2a58bc489783a095d84b2fc (patch)
tree8e4d89b54dc9f3cc1f137edca2533aec164e4ce2 /sound/soc/generic/Kconfig
parentASoC: rsrc-card: rename rsrc-card to simple-scu-card phase2 (diff)
downloadlinux-d12c6216c4a58f9fd2a58bc489783a095d84b2fc.tar.gz
linux-d12c6216c4a58f9fd2a58bc489783a095d84b2fc.tar.bz2
linux-d12c6216c4a58f9fd2a58bc489783a095d84b2fc.zip
ASoC: rsrc-card: rename rsrc-card to simple-scu-card phase3
rsrc-card which is using DPCM feature was created for Renesas sound. But not only Renesas, but many SoC can use this driver, because it is based on simple-card driver. To use it as more open driver, rsrc-card will be renamed to simple-scu-card. In order to easy patch review, as 3rd step, this patch moves rsrc-card driver to generic folder. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic/Kconfig')
-rw-r--r--sound/soc/generic/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig
index c01c5dd68601..2d0ff037c5a1 100644
--- a/sound/soc/generic/Kconfig
+++ b/sound/soc/generic/Kconfig
@@ -6,3 +6,10 @@ config SND_SIMPLE_CARD
select SND_SIMPLE_CARD_UTILS
help
This option enables generic simple sound card support
+
+config SND_SIMPLE_SCU_CARD
+ tristate "ASoC Simple SCU sound card support"
+ select SND_SIMPLE_CARD_UTILS
+ help
+ This option enables generic simple SCU sound card support.
+ It supports DPCM of multi CPU single Codec ststem.