2018-07-17 23:42:51 +08:00
|
|
|
menu "ASoC support for Amlogic platforms"
|
|
|
|
depends on ARCH_MESON || COMPILE_TEST
|
|
|
|
|
|
|
|
config SND_MESON_AXG_FIFO
|
|
|
|
tristate
|
|
|
|
select REGMAP_MMIO
|
|
|
|
|
2018-07-17 23:42:52 +08:00
|
|
|
config SND_MESON_AXG_FRDDR
|
|
|
|
tristate "Amlogic AXG Playback FIFO support"
|
|
|
|
select SND_MESON_AXG_FIFO
|
|
|
|
help
|
|
|
|
Select Y or M to add support for the frontend playback interfaces
|
|
|
|
embedded in the Amlogic AXG SoC family
|
|
|
|
|
2018-07-17 23:42:53 +08:00
|
|
|
config SND_MESON_AXG_TODDR
|
|
|
|
tristate "Amlogic AXG Capture FIFO support"
|
|
|
|
select SND_MESON_AXG_FIFO
|
|
|
|
help
|
|
|
|
Select Y or M to add support for the frontend capture interfaces
|
|
|
|
embedded in the Amlogic AXG SoC family
|
|
|
|
|
2018-07-17 23:42:51 +08:00
|
|
|
endmenu
|