Kconfig 270 字节
Newer Older
1 2 3
config SND_IMX_SOC
	tristate "SoC Audio for Freecale i.MX CPUs"
	depends on ARCH_MXC
4
	select SND_PCM
5 6
	select FIQ
	select SND_SOC_AC97_BUS
7 8
	help
	  Say Y or M if you want to add support for codecs attached to
9
	  the i.MX SSI interface.
10

11 12
config SND_MXC_SOC_SSI
	tristate
13