2006-10-06 18:33:55 +02:00
|
|
|
#
|
|
|
|
# SoC audio configuration
|
|
|
|
#
|
|
|
|
|
2008-05-23 16:10:37 +02:00
|
|
|
menuconfig SND_SOC
|
2007-04-17 15:41:52 +02:00
|
|
|
tristate "ALSA for SoC audio support"
|
2007-03-08 12:53:02 +01:00
|
|
|
select SND_PCM
|
2008-09-15 16:57:36 +02:00
|
|
|
select AC97_BUS if SND_SOC_AC97_BUS
|
2009-01-07 18:31:10 +01:00
|
|
|
select SND_JACK if INPUT=y || INPUT=SND
|
2006-10-06 18:33:55 +02:00
|
|
|
---help---
|
|
|
|
|
2007-04-17 15:41:52 +02:00
|
|
|
If you want ASoC support, you should say Y here and also to the
|
|
|
|
specific driver for your SoC platform below.
|
|
|
|
|
|
|
|
ASoC provides power efficient ALSA support for embedded battery powered
|
|
|
|
SoC based systems like PDA's, Phones and Personal Media Players.
|
2006-10-06 18:33:55 +02:00
|
|
|
|
2007-04-17 15:41:52 +02:00
|
|
|
This ASoC audio support can also be built as a module. If so, the module
|
2006-10-06 18:33:55 +02:00
|
|
|
will be called snd-soc-core.
|
|
|
|
|
2008-05-23 16:10:37 +02:00
|
|
|
if SND_SOC
|
|
|
|
|
|
|
|
config SND_SOC_AC97_BUS
|
|
|
|
bool
|
|
|
|
|
2008-12-16 15:44:48 +01:00
|
|
|
# All the supported SoCs
|
2008-10-03 16:57:50 +02:00
|
|
|
source "sound/soc/atmel/Kconfig"
|
2008-07-09 16:27:56 +02:00
|
|
|
source "sound/soc/au1x/Kconfig"
|
2008-12-16 15:44:48 +01:00
|
|
|
source "sound/soc/blackfin/Kconfig"
|
|
|
|
source "sound/soc/davinci/Kconfig"
|
|
|
|
source "sound/soc/fsl/Kconfig"
|
2009-08-15 12:37:30 +02:00
|
|
|
source "sound/soc/imx/Kconfig"
|
2008-12-16 15:44:48 +01:00
|
|
|
source "sound/soc/omap/Kconfig"
|
2006-10-12 14:34:32 +02:00
|
|
|
source "sound/soc/pxa/Kconfig"
|
2007-02-14 13:20:46 +01:00
|
|
|
source "sound/soc/s3c24xx/Kconfig"
|
2009-03-28 19:47:01 +01:00
|
|
|
source "sound/soc/s6000/Kconfig"
|
2007-05-14 18:40:07 +02:00
|
|
|
source "sound/soc/sh/Kconfig"
|
2009-05-19 15:12:15 +02:00
|
|
|
source "sound/soc/txx9/Kconfig"
|
2006-10-06 18:41:42 +02:00
|
|
|
|
2006-10-06 18:38:37 +02:00
|
|
|
# Supported codecs
|
|
|
|
source "sound/soc/codecs/Kconfig"
|
|
|
|
|
2008-05-23 16:10:37 +02:00
|
|
|
endif # SND_SOC
|
|
|
|
|