Blame view
sound/arm/Kconfig
867 Bytes
1da177e4c
|
1 |
# ALSA ARM drivers |
89fe51179
|
2 3 4 5 6 7 8 9 10 11 |
menuconfig SND_ARM bool "ARM sound devices" depends on ARM default y help Support for sound devices specific to ARM architectures. Drivers that are implemented on ASoC can be found in "ALSA for SoC audio support" section. if SND_ARM |
1da177e4c
|
12 |
|
cb5a6ffc5
|
13 14 |
config SND_ARMAACI tristate "ARM PrimeCell PL041 AC Link support" |
89fe51179
|
15 |
depends on ARM_AMBA |
cb5a6ffc5
|
16 17 |
select SND_PCM select SND_AC97_CODEC |
2c484df0d
|
18 19 20 |
config SND_PXA2XX_PCM tristate select SND_PCM |
9c6363422
|
21 22 |
config SND_PXA2XX_LIB tristate |
a6d773176
|
23 24 25 26 |
select SND_AC97_CODEC if SND_PXA2XX_LIB_AC97 config SND_PXA2XX_LIB_AC97 bool |
9c6363422
|
27 |
|
2c484df0d
|
28 29 |
config SND_PXA2XX_AC97 tristate "AC97 driver for the Intel PXA2xx chip" |
89fe51179
|
30 |
depends on ARCH_PXA |
2c484df0d
|
31 32 |
select SND_PXA2XX_PCM select SND_AC97_CODEC |
9c6363422
|
33 |
select SND_PXA2XX_LIB |
a6d773176
|
34 |
select SND_PXA2XX_LIB_AC97 |
2c484df0d
|
35 36 37 |
help Say Y or M if you want to support any AC97 codec attached to the PXA2xx AC97 interface. |
1da177e4c
|
38 |
|
89fe51179
|
39 |
endif # SND_ARM |