Kconfig 516 字节
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 13 14 15 16 17 18 19 20 21
config SND_SOC
	tristate "SoC audio support"
	---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.

R
Richard Purdie 已提交
22 23 24
# Supported codecs
source "sound/soc/codecs/Kconfig"

L
Liam Girdwood 已提交
25
endmenu