2006-10-06 16:33:55 +00:00
|
|
|
#
|
|
|
|
# SoC audio configuration
|
|
|
|
#
|
|
|
|
|
2007-04-17 13:41:52 +00:00
|
|
|
menu "System on Chip audio support"
|
2006-10-06 16:33:55 +00:00
|
|
|
depends on SND!=n
|
|
|
|
|
2006-10-06 16:38:37 +00:00
|
|
|
config SND_SOC_AC97_BUS
|
|
|
|
bool
|
|
|
|
|
2006-10-06 16:33:55 +00:00
|
|
|
config SND_SOC
|
2007-04-17 13:41:52 +00:00
|
|
|
tristate "ALSA for SoC audio support"
|
2007-03-08 11:53:02 +00:00
|
|
|
depends on SND
|
|
|
|
select SND_PCM
|
2006-10-06 16:33:55 +00:00
|
|
|
---help---
|
|
|
|
|
2007-04-17 13:41:52 +00: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 16:33:55 +00:00
|
|
|
|
2007-04-17 13:41:52 +00:00
|
|
|
This ASoC audio support can also be built as a module. If so, the module
|
2006-10-06 16:33:55 +00:00
|
|
|
will be called snd-soc-core.
|
|
|
|
|
2006-10-06 16:41:42 +00:00
|
|
|
# All the supported Soc's
|
|
|
|
source "sound/soc/at91/Kconfig"
|
2006-10-12 12:34:32 +00:00
|
|
|
source "sound/soc/pxa/Kconfig"
|
2007-02-14 12:20:46 +00:00
|
|
|
source "sound/soc/s3c24xx/Kconfig"
|
2007-05-14 16:40:07 +00:00
|
|
|
source "sound/soc/sh/Kconfig"
|
2006-10-06 16:41:42 +00:00
|
|
|
|
2006-10-06 16:38:37 +00:00
|
|
|
# Supported codecs
|
|
|
|
source "sound/soc/codecs/Kconfig"
|
|
|
|
|
2006-10-06 16:33:55 +00:00
|
|
|
endmenu
|