mm/mmu_notifier: mm/rmap.c: Fix a mmu_notifier range bug in try_to_unmap_one
[linux/fpc-iii.git] / sound / arm / Kconfig
blob28867732a31854e76b01b2b0621014fdc9d80a90
1 # ALSA ARM drivers
3 menuconfig 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.
12 if SND_ARM
14 config SND_ARMAACI
15         tristate "ARM PrimeCell PL041 AC Link support"
16         depends on ARM_AMBA
17         select SND_PCM
18         select SND_AC97_CODEC
20 config SND_PXA2XX_AC97
21         tristate "AC97 driver for the Intel PXA2xx chip"
22         depends on ARCH_PXA
23         select SND_AC97_CODEC
24         select SND_PXA2XX_LIB
25         select SND_PXA2XX_LIB_AC97
26         help
27           Say Y or M if you want to support any AC97 codec attached to
28           the PXA2xx AC97 interface.
30 endif   # SND_ARM
32 config SND_PXA2XX_LIB
33         tristate
34         select SND_DMAENGINE_PCM
36 config SND_PXA2XX_LIB_AC97
37         bool