diff options
Diffstat (limited to '')
-rw-r--r-- | sound/soc/spear/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/soc/spear/Kconfig b/sound/soc/spear/Kconfig new file mode 100644 index 0000000000..1b053de1ae --- /dev/null +++ b/sound/soc/spear/Kconfig @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-only +config SND_SPEAR_SOC + tristate + select SND_SOC_GENERIC_DMAENGINE_PCM + +config SND_SPEAR_SPDIF_OUT + tristate + +config SND_SPEAR_SPDIF_IN + tristate |