Jerome Brunet | 6dc4fa1 | 2018-07-17 17:42:51 +0200 | [diff] [blame] | 1 | menu "ASoC support for Amlogic platforms" |
| 2 | depends on ARCH_MESON || COMPILE_TEST |
| 3 | |
| 4 | config SND_MESON_AXG_FIFO |
| 5 | tristate |
| 6 | select REGMAP_MMIO |
| 7 | |
Jerome Brunet | 57d552e | 2018-07-17 17:42:52 +0200 | [diff] [blame] | 8 | config 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 Brunet | 7ed4877 | 2018-07-17 17:42:53 +0200 | [diff] [blame] | 15 | config 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 Brunet | 53eb4b7 | 2018-07-17 17:42:55 +0200 | [diff] [blame^] | 22 | config 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 Brunet | 6dc4fa1 | 2018-07-17 17:42:51 +0200 | [diff] [blame] | 29 | endmenu |