brintos

brintos / linux-shallow public Read only

0
0
Text · 801 B · 279ac5c Raw
25 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SND_SOC_STARFIVE3	tristate "Audio support for StarFive SoC"4	depends on COMPILE_TEST || ARCH_STARFIVE5	help6	  Say Y or M if you want to add support for codecs attached to7	  the Starfive SoCs' Audio interfaces. You will also need to8	  select the audio interfaces to support below.9 10config SND_SOC_JH7110_PWMDAC11	tristate "JH7110 PWM-DAC device driver"12	depends on HAVE_CLK && SND_SOC_STARFIVE13	select SND_SOC_GENERIC_DMAENGINE_PCM14	select SND_SOC_SPDIF15	help16	 Say Y or M if you want to add support for StarFive JH711017	 PWM-DAC driver.18 19config SND_SOC_JH7110_TDM20	tristate "JH7110 TDM device driver"21	depends on HAVE_CLK && SND_SOC_STARFIVE22	select SND_SOC_GENERIC_DMAENGINE_PCM23	help24	  Say Y or M if you want to add support for StarFive TDM driver.25