blob: e0406211716b003daae37efbc8cdfd73213b31f3 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001# ALSA ARM drivers
2
Takashi Iwai89fe5112008-05-23 16:10:37 +02003menuconfig 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
Robert Jarzmik3c8f7712015-09-15 20:51:31 +020012config SND_PXA2XX_LIB
13 tristate
14 select SND_AC97_CODEC if SND_PXA2XX_LIB_AC97
15 select SND_DMAENGINE_PCM
16
17config SND_PXA2XX_LIB_AC97
18 bool
19
Takashi Iwai89fe5112008-05-23 16:10:37 +020020if SND_ARM
Linus Torvalds1da177e2005-04-16 15:20:36 -070021
Russell Kingcb5a6ff2005-05-12 14:04:59 +020022config SND_ARMAACI
23 tristate "ARM PrimeCell PL041 AC Link support"
Takashi Iwai89fe5112008-05-23 16:10:37 +020024 depends on ARM_AMBA
Russell Kingcb5a6ff2005-05-12 14:04:59 +020025 select SND_PCM
26 select SND_AC97_CODEC
27
Takashi Iwai2c484df2005-06-30 18:54:04 +020028config SND_PXA2XX_PCM
29 tristate
30 select SND_PCM
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
Takashi Iwai2c484df2005-06-30 18:54:04 +020032config SND_PXA2XX_AC97
33 tristate "AC97 driver for the Intel PXA2xx chip"
Takashi Iwai89fe5112008-05-23 16:10:37 +020034 depends on ARCH_PXA
Takashi Iwai2c484df2005-06-30 18:54:04 +020035 select SND_PXA2XX_PCM
36 select SND_AC97_CODEC
Dmitry Baryshkov9c636342008-09-10 05:01:17 +040037 select SND_PXA2XX_LIB
Dmitry Baryshkova6d77312008-09-10 05:01:20 +040038 select SND_PXA2XX_LIB_AC97
Takashi Iwai2c484df2005-06-30 18:54:04 +020039 help
40 Say Y or M if you want to support any AC97 codec attached to
41 the PXA2xx AC97 interface.
42
Takashi Iwai89fe5112008-05-23 16:10:37 +020043endif # SND_ARM
44