summaryrefslogtreecommitdiff
path: root/sound/soc/nuc900/Kconfig
blob: 7f0c954dff6f148b5eb4df78d6029b12543d74e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
##
## NUC900 series AC97 API
##
config SND_SOC_NUC900
	tristate "SoC Audio for NUC900 series"
	depends on ARCH_W90X900
	select SND_SOC_NUC900_AC97
	help
	  This option enables support for AC97 mode on the NUC900 SoC.

config SND_SOC_NUC900_AC97
	tristate
	select AC97_BUS
	select SND_AC97_CODEC
	select SND_SOC_AC97_BUS


##
## Boards
##
config SND_SOC_NUC900EVB
	tristate "NUC900 AC97 support for demo board"
	depends on SND_SOC_NUC900
	select SND_SOC_NUC900_AC97
	select SND_SOC_AC97_CODEC
	help
	  Select this option to enable audio (AC97) on the
	  NUC900 demoboard.
/tr> committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-27 17:51:36 -0800 commit2d706e790f0508dff4fb72eca9b4892b79757feb (patch) tree1c79c1ec8880f5d6184d166d1f423956833724aa /tools/perf/pmu-events/arch/x86/nehalemex parent8f18e4d03ed8fa5e4a300c94550533bd8ce4ff9a (diff)parent8759fec4af222f338d08f8f1a7ad6a77ca6cb301 (diff)
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fix from Herbert Xu: "This fixes a hash corruption bug in the marvell driver" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: marvell - Copy IVDIG before launching partial DMA ahash requests
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/nehalemex')