blob: 9408214b5854be2c868745b37189186cef712ffd [file] [log] [blame]
Jerome Brunet6dc4fa12018-07-17 17:42:51 +02001menu "ASoC support for Amlogic platforms"
2 depends on ARCH_MESON || COMPILE_TEST
3
4config SND_MESON_AXG_FIFO
5 tristate
6 select REGMAP_MMIO
7
Jerome Brunet57d552e2018-07-17 17:42:52 +02008config SND_MESON_AXG_FRDDR
9 tristate "Amlogic AXG Playback FIFO support"
10 select SND_MESON_AXG_FIFO
11 help
12 Select Y or M to add support for the frontend playback interfaces
13 embedded in the Amlogic AXG SoC family
14
Jerome Brunet7ed48772018-07-17 17:42:53 +020015config SND_MESON_AXG_TODDR
16 tristate "Amlogic AXG Capture FIFO support"
17 select SND_MESON_AXG_FIFO
18 help
19 Select Y or M to add support for the frontend capture interfaces
20 embedded in the Amlogic AXG SoC family
21
Jerome Brunet53eb4b72018-07-17 17:42:55 +020022config SND_MESON_AXG_SPDIFOUT
23 tristate "Amlogic AXG SPDIF Output Support"
24 imply SND_SOC_SPDIF
25 help
26 Select Y or M to add support for SPDIF output serializer embedded
27 in the Amlogic AXG SoC family
28
Jerome Brunet6dc4fa12018-07-17 17:42:51 +020029endmenu