aboutsummaryrefslogtreecommitdiffstats
path: root/sound/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/arm/Kconfig')
-rw-r--r--sound/arm/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/arm/Kconfig b/sound/arm/Kconfig
index 351e19ea3785..f8e6de48d816 100644
--- a/sound/arm/Kconfig
+++ b/sound/arm/Kconfig
@@ -32,11 +32,20 @@ config SND_PXA2XX_PCM
32 tristate 32 tristate
33 select SND_PCM 33 select SND_PCM
34 34
35config SND_PXA2XX_LIB
36 tristate
37 select SND_AC97_CODEC if SND_PXA2XX_LIB_AC97
38
39config SND_PXA2XX_LIB_AC97
40 bool
41
35config SND_PXA2XX_AC97 42config SND_PXA2XX_AC97
36 tristate "AC97 driver for the Intel PXA2xx chip" 43 tristate "AC97 driver for the Intel PXA2xx chip"
37 depends on ARCH_PXA 44 depends on ARCH_PXA
38 select SND_PXA2XX_PCM 45 select SND_PXA2XX_PCM
39 select SND_AC97_CODEC 46 select SND_AC97_CODEC
47 select SND_PXA2XX_LIB
48 select SND_PXA2XX_LIB_AC97
40 help 49 help
41 Say Y or M if you want to support any AC97 codec attached to 50 Say Y or M if you want to support any AC97 codec attached to
42 the PXA2xx AC97 interface. 51 the PXA2xx AC97 interface.