mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 07:17:02 +07:00
ASoC: meson: imply clock and reset controllers
Add audio clock controller and ARB reset controller module implication for the device using them Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
e33ffbd9cd
commit
ac16df938e
@ -4,6 +4,8 @@ menu "ASoC support for Amlogic platforms"
|
||||
config SND_MESON_AXG_FIFO
|
||||
tristate
|
||||
select REGMAP_MMIO
|
||||
imply COMMON_CLK_AXG_AUDIO
|
||||
imply RESET_MESON_AUDIO_ARB
|
||||
|
||||
config SND_MESON_AXG_FRDDR
|
||||
tristate "Amlogic AXG Playback FIFO support"
|
||||
@ -22,6 +24,7 @@ config SND_MESON_AXG_TODDR
|
||||
config SND_MESON_AXG_TDM_FORMATTER
|
||||
tristate
|
||||
select REGMAP_MMIO
|
||||
imply COMMON_CLK_AXG_AUDIO
|
||||
|
||||
config SND_MESON_AXG_TDM_INTERFACE
|
||||
tristate
|
||||
@ -58,6 +61,7 @@ config SND_MESON_AXG_SPDIFOUT
|
||||
tristate "Amlogic AXG SPDIF Output Support"
|
||||
select SND_PCM_IEC958
|
||||
imply SND_SOC_SPDIF
|
||||
imply COMMON_CLK_AXG_AUDIO
|
||||
help
|
||||
Select Y or M to add support for SPDIF output serializer embedded
|
||||
in the Amlogic AXG SoC family
|
||||
|
Loading…
Reference in New Issue
Block a user