2006-10-06 10:33:55 -06:00
|
|
|
#
|
|
|
|
# SoC audio configuration
|
|
|
|
#
|
|
|
|
|
2008-05-23 08:10:37 -06:00
|
|
|
menuconfig SND_SOC
|
2007-04-17 07:41:52 -06:00
|
|
|
tristate "ALSA for SoC audio support"
|
2007-03-08 04:53:02 -07:00
|
|
|
select SND_PCM
|
2008-09-15 08:57:36 -06:00
|
|
|
select AC97_BUS if SND_SOC_AC97_BUS
|
2006-10-06 10:33:55 -06:00
|
|
|
---help---
|
|
|
|
|
2007-04-17 07:41:52 -06: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 10:33:55 -06:00
|
|
|
|
2007-04-17 07:41:52 -06:00
|
|
|
This ASoC audio support can also be built as a module. If so, the module
|
2006-10-06 10:33:55 -06:00
|
|
|
will be called snd-soc-core.
|
|
|
|
|
2008-05-23 08:10:37 -06:00
|
|
|
if SND_SOC
|
|
|
|
|
|
|
|
config SND_SOC_AC97_BUS
|
|
|
|
bool
|
|
|
|
|
2006-10-06 10:41:42 -06:00
|
|
|
# All the supported Soc's
|
2008-06-05 06:49:34 -06:00
|
|
|
source "sound/soc/at32/Kconfig"
|
2006-10-06 10:41:42 -06:00
|
|
|
source "sound/soc/at91/Kconfig"
|
2008-07-09 08:27:56 -06:00
|
|
|
source "sound/soc/au1x/Kconfig"
|
2006-10-12 06:34:32 -06:00
|
|
|
source "sound/soc/pxa/Kconfig"
|
2007-02-14 05:20:46 -07:00
|
|
|
source "sound/soc/s3c24xx/Kconfig"
|
2007-05-14 10:40:07 -06:00
|
|
|
source "sound/soc/sh/Kconfig"
|
2008-01-11 10:15:26 -07:00
|
|
|
source "sound/soc/fsl/Kconfig"
|
2008-02-18 03:40:22 -07:00
|
|
|
source "sound/soc/davinci/Kconfig"
|
2008-04-25 05:55:19 -06:00
|
|
|
source "sound/soc/omap/Kconfig"
|
2008-09-05 04:21:34 -06:00
|
|
|
source "sound/soc/blackfin/Kconfig"
|
2006-10-06 10:41:42 -06:00
|
|
|
|
2006-10-06 10:38:37 -06:00
|
|
|
# Supported codecs
|
|
|
|
source "sound/soc/codecs/Kconfig"
|
|
|
|
|
2008-05-23 08:10:37 -06:00
|
|
|
endif # SND_SOC
|
|
|
|
|