From e8b98ff428f1c0eb5311d732043c0e4d28ffce8e Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 26 Jun 2006 13:15:07 +0200 Subject: [ALSA] Fix wrong dependencies of snd-aoa driver Fixed wrong dependencies of snd-aoa driver. It selects PCM instead. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/aoa/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sound/aoa/Kconfig') diff --git a/sound/aoa/Kconfig b/sound/aoa/Kconfig index a85194fe0b06..2f4334d19ccd 100644 --- a/sound/aoa/Kconfig +++ b/sound/aoa/Kconfig @@ -3,7 +3,8 @@ menu "Apple Onboard Audio driver" config SND_AOA tristate "Apple Onboard Audio driver" - depends on SOUND && SND_PCM + depends on SND + select SND_PCM ---help--- This option enables the new driver for the various Apple Onboard Audio components. -- cgit v1.2.3