blob: f8e6de48d816a49d4451b88b8417069ae1062510 [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
14config SND_SA11XX_UDA1341
15 tristate "SA11xx UDA1341TS driver (iPaq H3600)"
Takashi Iwai89fe5112008-05-23 16:10:37 +020016 depends on ARCH_SA1100 && L3
Linus Torvalds1da177e2005-04-16 15:20:36 -070017 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
Russell Kingcb5a6ff2005-05-12 14:04:59 +020025config SND_ARMAACI
26 tristate "ARM PrimeCell PL041 AC Link support"
Takashi Iwai89fe5112008-05-23 16:10:37 +020027 depends on ARM_AMBA
Russell Kingcb5a6ff2005-05-12 14:04:59 +020028 select SND_PCM
29 select SND_AC97_CODEC
30
Takashi Iwai2c484df2005-06-30 18:54:04 +020031config SND_PXA2XX_PCM
32 tristate
33 select SND_PCM
Linus Torvalds1da177e2005-04-16 15:20:36 -070034
Dmitry Baryshkov9c636342008-09-10 05:01:17 +040035config SND_PXA2XX_LIB
36 tristate
Dmitry Baryshkova6d77312008-09-10 05:01:20 +040037 select SND_AC97_CODEC if SND_PXA2XX_LIB_AC97
38
39config SND_PXA2XX_LIB_AC97
40 bool
Dmitry Baryshkov9c636342008-09-10 05:01:17 +040041
Takashi Iwai2c484df2005-06-30 18:54:04 +020042config SND_PXA2XX_AC97
43 tristate "AC97 driver for the Intel PXA2xx chip"
Takashi Iwai89fe5112008-05-23 16:10:37 +020044 depends on ARCH_PXA
Takashi Iwai2c484df2005-06-30 18:54:04 +020045 select SND_PXA2XX_PCM
46 select SND_AC97_CODEC
Dmitry Baryshkov9c636342008-09-10 05:01:17 +040047 select SND_PXA2XX_LIB
Dmitry Baryshkova6d77312008-09-10 05:01:20 +040048 select SND_PXA2XX_LIB_AC97
Takashi Iwai2c484df2005-06-30 18:54:04 +020049 help
50 Say Y or M if you want to support any AC97 codec attached to
51 the PXA2xx AC97 interface.
52
Takashi Iwai89fe5112008-05-23 16:10:37 +020053endif # SND_ARM
54