]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - sound/soc/s6000/Kconfig
[media] sp2: sp2_init() can be static
[karo-tx-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         bool "SoC Audio support for Stretch 6105 IP Camera"
19         depends on SND_S6000_SOC=y
20         depends on I2C=y
21         depends on XTENSA_PLATFORM_S6105 || COMPILE_TEST
22         select SND_S6000_SOC_I2S
23         select SND_SOC_TLV320AIC3X
24         help
25           Say Y if you want to add support for SoC audio on the
26           Stretch s6105 IP Camera Reference Design.