ASoC: s6000: Allow to build when COMPILE_TEST is enabled
[deliverable/linux.git] / sound / soc / s6000 / Kconfig
1 config SND_S6000_SOC
2 tristate "SoC Audio for the Stretch s6000 family"
3 depends on XTENSA_VARIANT_S6000 || COMPILE_TEST
4 depends on HAS_IOMEM
5 select SND_S6000_SOC_PCM if XTENSA_VARIANT_S6000
6 help
7 Say Y or M if you want to add support for codecs attached to
8 s6000 family chips. You will also need to select the platform
9 to support below.
10
11 config SND_S6000_SOC_PCM
12 tristate
13
14 config SND_S6000_SOC_I2S
15 tristate
16
17 config SND_S6000_SOC_S6IPCAM
18 tristate "SoC Audio support for Stretch 6105 IP Camera"
19 depends on SND_S6000_SOC
20 depends on XTENSA_PLATFORM_S6105 || COMPILE_TEST
21 select SND_S6000_SOC_I2S
22 select SND_SOC_TLV320AIC3X
23 help
24 Say Y if you want to add support for SoC audio on the
25 Stretch s6105 IP Camera Reference Design.
This page took 0.055121 seconds and 5 git commands to generate.