Kconfig (9c29fd9bdf92900dc0cc5c2d8f58951a7bdc0f41) | Kconfig (6ae9ca9ce986bffe71fd0fbf9595de8500891b52) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2menu "ASoC support for Amlogic platforms" 3 depends on ARCH_MESON || COMPILE_TEST 4 | 1# SPDX-License-Identifier: GPL-2.0-only 2menu "ASoC support for Amlogic platforms" 3 depends on ARCH_MESON || COMPILE_TEST 4 |
5config SND_MESON_AIU 6 tristate "Amlogic AIU" 7 select SND_PCM_IEC958 8 help 9 Select Y or M to add support for the Audio output subsystem found 10 in the Amlogic GX SoC family 11 |
|
5config SND_MESON_AXG_FIFO 6 tristate 7 select REGMAP_MMIO 8 imply COMMON_CLK_AXG_AUDIO 9 imply RESET_MESON_AUDIO_ARB 10 11config SND_MESON_AXG_FRDDR 12 tristate "Amlogic AXG Playback FIFO support" --- 87 unchanged lines hidden --- | 12config SND_MESON_AXG_FIFO 13 tristate 14 select REGMAP_MMIO 15 imply COMMON_CLK_AXG_AUDIO 16 imply RESET_MESON_AUDIO_ARB 17 18config SND_MESON_AXG_FRDDR 19 tristate "Amlogic AXG Playback FIFO support" --- 87 unchanged lines hidden --- |