blob: 885683a3b0bdf084985328151d35308d4ebb5afb [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
12if SND_ARM
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Russell Kingcb5a6ff2005-05-12 14:04:59 +020014config SND_ARMAACI
15 tristate "ARM PrimeCell PL041 AC Link support"
Takashi Iwai89fe5112008-05-23 16:10:37 +020016 depends on ARM_AMBA
Russell Kingcb5a6ff2005-05-12 14:04:59 +020017 select SND_PCM
18 select SND_AC97_CODEC
19
Takashi Iwai2c484df2005-06-30 18:54:04 +020020config SND_PXA2XX_PCM
21 tristate
22 select SND_PCM
Linus Torvalds1da177e2005-04-16 15:20:36 -070023
Dmitry Baryshkov9c636342008-09-10 05:01:17 +040024config SND_PXA2XX_LIB
25 tristate
Dmitry Baryshkova6d77312008-09-10 05:01:20 +040026 select SND_AC97_CODEC if SND_PXA2XX_LIB_AC97
27
28config SND_PXA2XX_LIB_AC97
29 bool
Dmitry Baryshkov9c636342008-09-10 05:01:17 +040030
Takashi Iwai2c484df2005-06-30 18:54:04 +020031config SND_PXA2XX_AC97
32 tristate "AC97 driver for the Intel PXA2xx chip"
Takashi Iwai89fe5112008-05-23 16:10:37 +020033 depends on ARCH_PXA
Takashi Iwai2c484df2005-06-30 18:54:04 +020034 select SND_PXA2XX_PCM
35 select SND_AC97_CODEC
Dmitry Baryshkov9c636342008-09-10 05:01:17 +040036 select SND_PXA2XX_LIB
Dmitry Baryshkova6d77312008-09-10 05:01:20 +040037 select SND_PXA2XX_LIB_AC97
Takashi Iwai2c484df2005-06-30 18:54:04 +020038 help
39 Say Y or M if you want to support any AC97 codec attached to
40 the PXA2xx AC97 interface.
41
Takashi Iwai89fe5112008-05-23 16:10:37 +020042endif # SND_ARM
43