Kconfig 807 字节
Newer Older
L
Liam Girdwood 已提交
1 2 3 4
#
# SoC audio configuration
#

L
Liam Girdwood 已提交
5
menu "System on Chip audio support"
L
Liam Girdwood 已提交
6 7
	depends on SND!=n

R
Richard Purdie 已提交
8 9 10
config SND_SOC_AC97_BUS
	bool

L
Liam Girdwood 已提交
11
config SND_SOC
L
Liam Girdwood 已提交
12
	tristate "ALSA for SoC audio support"
13 14
	depends on SND
	select SND_PCM
L
Liam Girdwood 已提交
15 16
	---help---

L
Liam Girdwood 已提交
17 18 19 20 21
	  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.
L
Liam Girdwood 已提交
22

L
Liam Girdwood 已提交
23
	  This ASoC audio support can also be built as a module.  If so, the module
L
Liam Girdwood 已提交
24 25
	  will be called snd-soc-core.

F
Frank Mandarino 已提交
26 27
# All the supported Soc's
source "sound/soc/at91/Kconfig"
L
Liam Girdwood 已提交
28
source "sound/soc/pxa/Kconfig"
29
source "sound/soc/s3c24xx/Kconfig"
M
Manuel Lauss 已提交
30
source "sound/soc/sh/Kconfig"
F
Frank Mandarino 已提交
31

R
Richard Purdie 已提交
32 33 34
# Supported codecs
source "sound/soc/codecs/Kconfig"

L
Liam Girdwood 已提交
35
endmenu