From: Takashi Iwai Date: Mon, 26 Jun 2006 11:15:07 +0000 (+0200) Subject: [ALSA] Fix wrong dependencies of snd-aoa driver X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e8b98ff428f1c0eb5311d732043c0e4d28ffce8e;p=deliverable%2Flinux.git [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 --- 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.