]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - sound/arm/Kconfig
Merge branch 'sbp2-spindown' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
[mirror_ubuntu-artful-kernel.git] / sound / arm / Kconfig
CommitLineData
1da177e4
LT
1# ALSA ARM drivers
2
89fe5117
TI
3menuconfig SND_ARM
4 bool "ARM sound devices"
5 depends on ARM
6 default y
7 help
8 Support for sound devices specific to ARM architectures.
9 Drivers that are implemented on ASoC can be found in
10 "ALSA for SoC audio support" section.
11
12if SND_ARM
1da177e4
LT
13
14config SND_SA11XX_UDA1341
15 tristate "SA11xx UDA1341TS driver (iPaq H3600)"
89fe5117 16 depends on ARCH_SA1100 && L3
1da177e4
LT
17 select SND_PCM
18 help
19 Say Y here if you have a Compaq iPaq H3x00 handheld computer
20 and want to use its Philips UDA 1341 audio chip.
21
22 To compile this driver as a module, choose M here: the module
23 will be called snd-sa11xx-uda1341.
24
cb5a6ffc
RK
25config SND_ARMAACI
26 tristate "ARM PrimeCell PL041 AC Link support"
89fe5117 27 depends on ARM_AMBA
cb5a6ffc
RK
28 select SND_PCM
29 select SND_AC97_CODEC
30
2c484df0
TI
31config SND_PXA2XX_PCM
32 tristate
33 select SND_PCM
34
35config SND_PXA2XX_AC97
36 tristate "AC97 driver for the Intel PXA2xx chip"
89fe5117 37 depends on ARCH_PXA
2c484df0
TI
38 select SND_PXA2XX_PCM
39 select SND_AC97_CODEC
40 help
41 Say Y or M if you want to support any AC97 codec attached to
42 the PXA2xx AC97 interface.
1da177e4 43
89fe5117
TI
44endif # SND_ARM
45