2009-03-28 19:47:01 +01:00
|
|
|
config SND_S6000_SOC
|
|
|
|
tristate "SoC Audio for the Stretch s6000 family"
|
2014-06-30 10:01:38 +02:00
|
|
|
depends on XTENSA_VARIANT_S6000 || COMPILE_TEST
|
|
|
|
depends on HAS_IOMEM
|
|
|
|
select SND_S6000_SOC_PCM if XTENSA_VARIANT_S6000
|
2009-03-28 19:47:01 +01:00
|
|
|
help
|
|
|
|
Say Y or M if you want to add support for codecs attached to
|
|
|
|
s6000 family chips. You will also need to select the platform
|
|
|
|
to support below.
|
|
|
|
|
2014-06-30 10:01:38 +02:00
|
|
|
config SND_S6000_SOC_PCM
|
|
|
|
tristate
|
|
|
|
|
2009-03-28 19:47:01 +01:00
|
|
|
config SND_S6000_SOC_I2S
|
|
|
|
tristate
|
2009-03-28 19:47:02 +01:00
|
|
|
|
|
|
|
config SND_S6000_SOC_S6IPCAM
|
2014-07-05 18:54:24 +02:00
|
|
|
bool "SoC Audio support for Stretch 6105 IP Camera"
|
|
|
|
depends on SND_S6000_SOC=y
|
|
|
|
depends on I2C=y
|
2014-06-30 10:01:38 +02:00
|
|
|
depends on XTENSA_PLATFORM_S6105 || COMPILE_TEST
|
2009-03-28 19:47:02 +01:00
|
|
|
select SND_S6000_SOC_I2S
|
|
|
|
select SND_SOC_TLV320AIC3X
|
|
|
|
help
|
|
|
|
Say Y if you want to add support for SoC audio on the
|
|
|
|
Stretch s6105 IP Camera Reference Design.
|