Kconfig 686 字节
Newer Older
L
Liam Girdwood 已提交
1 2 3 4 5 6 7
#
# SoC audio configuration
#

menu "SoC audio support"
	depends on SND!=n

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

L
Liam Girdwood 已提交
11 12
config SND_SOC
	tristate "SoC audio support"
13 14
	depends on SND
	select SND_PCM
L
Liam Girdwood 已提交
15 16 17 18 19 20 21 22 23
	---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.

F
Frank Mandarino 已提交
24 25 26 27
# All the supported Soc's
menu "SoC Platforms"
depends on SND_SOC
source "sound/soc/at91/Kconfig"
L
Liam Girdwood 已提交
28
source "sound/soc/pxa/Kconfig"
F
Frank Mandarino 已提交
29 30
endmenu

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

L
Liam Girdwood 已提交
34
endmenu