Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # ALSA ARM drivers |
| 2 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 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. |
| 11 | |
| 12 | if SND_ARM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | |
| 14 | config SND_SA11XX_UDA1341 |
| 15 | tristate "SA11xx UDA1341TS driver (iPaq H3600)" |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 16 | depends on ARCH_SA1100 && L3 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Russell King | cb5a6ff | 2005-05-12 14:04:59 +0200 | [diff] [blame] | 25 | config SND_ARMAACI |
| 26 | tristate "ARM PrimeCell PL041 AC Link support" |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 27 | depends on ARM_AMBA |
Russell King | cb5a6ff | 2005-05-12 14:04:59 +0200 | [diff] [blame] | 28 | select SND_PCM |
| 29 | select SND_AC97_CODEC |
| 30 | |
Takashi Iwai | 2c484df | 2005-06-30 18:54:04 +0200 | [diff] [blame] | 31 | config SND_PXA2XX_PCM |
| 32 | tristate |
| 33 | select SND_PCM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | |
Takashi Iwai | 2c484df | 2005-06-30 18:54:04 +0200 | [diff] [blame] | 35 | config SND_PXA2XX_AC97 |
| 36 | tristate "AC97 driver for the Intel PXA2xx chip" |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 37 | depends on ARCH_PXA |
Takashi Iwai | 2c484df | 2005-06-30 18:54:04 +0200 | [diff] [blame] | 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. |
| 43 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 44 | endif # SND_ARM |
| 45 | |