Kconfig (2ac5e38ea4203852d6e99edd3cf11f044b0a409f) | Kconfig (5ce5658375e6de2468c4884f7ae474c4ed40a13f) |
---|---|
1menu "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 imply COMMON_CLK_AXG_AUDIO 8 imply RESET_MESON_AUDIO_ARB --- 40 unchanged lines hidden (view full) --- 49config SND_MESON_AXG_SOUND_CARD 50 tristate "Amlogic AXG Sound Card Support" 51 select SND_MESON_AXG_TDM_INTERFACE 52 imply SND_MESON_AXG_FRDDR 53 imply SND_MESON_AXG_TODDR 54 imply SND_MESON_AXG_TDMIN 55 imply SND_MESON_AXG_TDMOUT 56 imply SND_MESON_AXG_SPDIFOUT | 1menu "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 imply COMMON_CLK_AXG_AUDIO 8 imply RESET_MESON_AUDIO_ARB --- 40 unchanged lines hidden (view full) --- 49config SND_MESON_AXG_SOUND_CARD 50 tristate "Amlogic AXG Sound Card Support" 51 select SND_MESON_AXG_TDM_INTERFACE 52 imply SND_MESON_AXG_FRDDR 53 imply SND_MESON_AXG_TODDR 54 imply SND_MESON_AXG_TDMIN 55 imply SND_MESON_AXG_TDMOUT 56 imply SND_MESON_AXG_SPDIFOUT |
57 imply SND_MESON_AXG_SPDIFIN |
|
57 imply SND_MESON_AXG_PDM 58 help 59 Select Y or M to add support for the AXG SoC sound card 60 61config SND_MESON_AXG_SPDIFOUT 62 tristate "Amlogic AXG SPDIF Output Support" 63 select SND_PCM_IEC958 64 imply SND_SOC_SPDIF 65 imply COMMON_CLK_AXG_AUDIO 66 help 67 Select Y or M to add support for SPDIF output serializer embedded 68 in the Amlogic AXG SoC family 69 | 58 imply SND_MESON_AXG_PDM 59 help 60 Select Y or M to add support for the AXG SoC sound card 61 62config SND_MESON_AXG_SPDIFOUT 63 tristate "Amlogic AXG SPDIF Output Support" 64 select SND_PCM_IEC958 65 imply SND_SOC_SPDIF 66 imply COMMON_CLK_AXG_AUDIO 67 help 68 Select Y or M to add support for SPDIF output serializer embedded 69 in the Amlogic AXG SoC family 70 |
71config SND_MESON_AXG_SPDIFIN 72 tristate "Amlogic AXG SPDIF Input Support" 73 imply SND_SOC_SPDIF 74 help 75 Select Y or M to add support for SPDIF input embedded 76 in the Amlogic AXG SoC family 77 |
|
70config SND_MESON_AXG_PDM 71 tristate "Amlogic AXG PDM Input Support" 72 imply SND_SOC_DMIC 73 imply COMMON_CLK_AXG_AUDIO 74 help 75 Select Y or M to add support for PDM input embedded 76 in the Amlogic AXG SoC family | 78config SND_MESON_AXG_PDM 79 tristate "Amlogic AXG PDM Input Support" 80 imply SND_SOC_DMIC 81 imply COMMON_CLK_AXG_AUDIO 82 help 83 Select Y or M to add support for PDM input embedded 84 in the Amlogic AXG SoC family |
77 | |
78endmenu | 85endmenu |