mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
d1802d59ab
Add PWM-DAC driver support for the StarFive JH7110 SoC. Reviewed-by: Walker Chen <walker.chen@starfivetech.com> Signed-off-by: Hal Feng <hal.feng@starfivetech.com> Link: https://lore.kernel.org/r/20230814080618.10036-3-hal.feng@starfivetech.com Signed-off-by: Mark Brown <broonie@kernel.org>
4 lines
132 B
Makefile
4 lines
132 B
Makefile
# StarFive Platform Support
|
|
obj-$(CONFIG_SND_SOC_JH7110_PWMDAC) += jh7110_pwmdac.o
|
|
obj-$(CONFIG_SND_SOC_JH7110_TDM) += jh7110_tdm.o
|