2006-10-06 12:33:55 -04:00
|
|
|
#
|
|
|
|
# SoC audio configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "SoC audio support"
|
|
|
|
depends on SND!=n
|
|
|
|
|
2006-10-06 12:38:37 -04:00
|
|
|
config SND_SOC_AC97_BUS
|
|
|
|
bool
|
|
|
|
|
2006-10-06 12:33:55 -04:00
|
|
|
config SND_SOC
|
|
|
|
tristate "SoC audio support"
|
2007-03-08 06:53:02 -05:00
|
|
|
depends on SND
|
|
|
|
select SND_PCM
|
2006-10-06 12:33:55 -04:00
|
|
|
---help---
|
|
|
|
|
|
|
|
If you want SoC support, you should say Y here and also to the
|
|
|
|
specific driver for your SoC below. You will also need to select the
|
|
|
|
specific codec(s) attached to the SoC
|
|
|
|
|
|
|
|
This SoC audio support can also be built as a module. If so, the module
|
|
|
|
will be called snd-soc-core.
|
|
|
|
|
2006-10-06 12:41:42 -04:00
|
|
|
# All the supported Soc's
|
|
|
|
menu "SoC Platforms"
|
|
|
|
depends on SND_SOC
|
|
|
|
source "sound/soc/at91/Kconfig"
|
2006-10-12 08:34:32 -04:00
|
|
|
source "sound/soc/pxa/Kconfig"
|
2006-10-06 12:41:42 -04:00
|
|
|
endmenu
|
|
|
|
|
2006-10-06 12:38:37 -04:00
|
|
|
# Supported codecs
|
|
|
|
source "sound/soc/codecs/Kconfig"
|
|
|
|
|
2006-10-06 12:33:55 -04:00
|
|
|
endmenu
|