xref: /openbmc/linux/sound/soc/meson/Kconfig (revision a241c3d9)
16dc4fa17SJerome Brunetmenu "ASoC support for Amlogic platforms"
26dc4fa17SJerome Brunet	depends on ARCH_MESON || COMPILE_TEST
36dc4fa17SJerome Brunet
46dc4fa17SJerome Brunetconfig SND_MESON_AXG_FIFO
56dc4fa17SJerome Brunet	tristate
66dc4fa17SJerome Brunet	select REGMAP_MMIO
76dc4fa17SJerome Brunet
857d552e3SJerome Brunetconfig SND_MESON_AXG_FRDDR
957d552e3SJerome Brunet	tristate "Amlogic AXG Playback FIFO support"
1057d552e3SJerome Brunet	select SND_MESON_AXG_FIFO
1157d552e3SJerome Brunet	help
1257d552e3SJerome Brunet	  Select Y or M to add support for the frontend playback interfaces
1357d552e3SJerome Brunet	  embedded in the Amlogic AXG SoC family
1457d552e3SJerome Brunet
157ed4877bSJerome Brunetconfig SND_MESON_AXG_TODDR
167ed4877bSJerome Brunet	tristate "Amlogic AXG Capture FIFO support"
177ed4877bSJerome Brunet	select SND_MESON_AXG_FIFO
187ed4877bSJerome Brunet	help
197ed4877bSJerome Brunet	  Select Y or M to add support for the frontend capture interfaces
207ed4877bSJerome Brunet	  embedded in the Amlogic AXG SoC family
217ed4877bSJerome Brunet
221a11d88fSJerome Brunetconfig SND_MESON_AXG_TDM_FORMATTER
231a11d88fSJerome Brunet	tristate
241a11d88fSJerome Brunet	select REGMAP_MMIO
251a11d88fSJerome Brunet
26d60e4f1eSJerome Brunetconfig SND_MESON_AXG_TDM_INTERFACE
27d60e4f1eSJerome Brunet	tristate
28d60e4f1eSJerome Brunet	select SND_MESON_AXG_TDM_FORMATTER
29d60e4f1eSJerome Brunet
3013a22e6aSJerome Brunetconfig SND_MESON_AXG_TDMIN
3113a22e6aSJerome Brunet	tristate "Amlogic AXG TDM Input Support"
3213a22e6aSJerome Brunet	select SND_MESON_AXG_TDM_FORMATTER
3313a22e6aSJerome Brunet	select SND_MESON_AXG_TDM_INTERFACE
3413a22e6aSJerome Brunet	help
3513a22e6aSJerome Brunet	  Select Y or M to add support for TDM input formatter embedded
3613a22e6aSJerome Brunet	  in the Amlogic AXG SoC family
3713a22e6aSJerome Brunet
38c41c2a35SJerome Brunetconfig SND_MESON_AXG_TDMOUT
39c41c2a35SJerome Brunet	tristate "Amlogic AXG TDM Output Support"
40c41c2a35SJerome Brunet	select SND_MESON_AXG_TDM_FORMATTER
41c41c2a35SJerome Brunet	select SND_MESON_AXG_TDM_INTERFACE
42c41c2a35SJerome Brunet	help
43c41c2a35SJerome Brunet	  Select Y or M to add support for TDM output formatter embedded
44c41c2a35SJerome Brunet	  in the Amlogic AXG SoC family
45c41c2a35SJerome Brunet
467864a79fSJerome Brunetconfig SND_MESON_AXG_SOUND_CARD
477864a79fSJerome Brunet	tristate "Amlogic AXG Sound Card Support"
487864a79fSJerome Brunet	select SND_MESON_AXG_TDM_INTERFACE
497864a79fSJerome Brunet	imply SND_MESON_AXG_FRDDR
507864a79fSJerome Brunet	imply SND_MESON_AXG_TODDR
517864a79fSJerome Brunet	imply SND_MESON_AXG_TDMIN
527864a79fSJerome Brunet	imply SND_MESON_AXG_TDMOUT
537864a79fSJerome Brunet	imply SND_MESON_AXG_SPDIFOUT
547864a79fSJerome Brunet	help
557864a79fSJerome Brunet	  Select Y or M to add support for the AXG SoC sound card
567864a79fSJerome Brunet
5753eb4b7aSJerome Brunetconfig SND_MESON_AXG_SPDIFOUT
5853eb4b7aSJerome Brunet	tristate "Amlogic AXG SPDIF Output Support"
59a241c3d9SArnd Bergmann	select SND_PCM_IEC958
6053eb4b7aSJerome Brunet	imply SND_SOC_SPDIF
6153eb4b7aSJerome Brunet	help
6253eb4b7aSJerome Brunet	  Select Y or M to add support for SPDIF output serializer embedded
6353eb4b7aSJerome Brunet	  in the Amlogic AXG SoC family
6453eb4b7aSJerome Brunet
656dc4fa17SJerome Brunetendmenu
66