diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-12-18 03:50:42 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-03 17:34:19 +0100 |
commit | c8ed6aca6b824018a39702a563f2f6591de20d64 (patch) | |
tree | 415edd168618491481b76e7c767177cc5baf6d78 /sound/soc/generic/Kconfig | |
parent | ASoC: simple-scu-card: remove simple-scu-card on Doc (diff) | |
download | linux-c8ed6aca6b824018a39702a563f2f6591de20d64.tar.xz linux-c8ed6aca6b824018a39702a563f2f6591de20d64.zip |
ASoC: simple-scu-card: remove simple-scu-card
It is already merged into simple-card.
simple-scu-card is no longer needed.
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/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig index 59190f42fc08..83f1243145b0 100644 --- a/sound/soc/generic/Kconfig +++ b/sound/soc/generic/Kconfig @@ -8,14 +8,6 @@ config SND_SIMPLE_CARD This option enables generic simple sound card support It also support DPCM of multi CPU single Codec ststem. -config SND_SIMPLE_SCU_CARD - tristate "ASoC Simple SCU sound card support" - depends on OF - select SND_SIMPLE_CARD_UTILS - help - This option enables generic simple SCU sound card support. - It supports DPCM of multi CPU single Codec system. - config SND_AUDIO_GRAPH_CARD tristate "ASoC Audio Graph sound card support" depends on OF |