mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 00:56:49 +07:00
88da724f77
simple-scu-card driver is under CONFIG_OF. This patch adds missing config. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
17 lines
447 B
Plaintext
17 lines
447 B
Plaintext
config SND_SIMPLE_CARD_UTILS
|
|
tristate
|
|
|
|
config SND_SIMPLE_CARD
|
|
tristate "ASoC Simple sound card support"
|
|
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"
|
|
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 ststem.
|