From: Al Viro Date: Tue, 26 Apr 2005 14:43:40 +0000 (-0700) Subject: [PATCH] fix SND_POWERMAC dependencies X-Git-Tag: v2.6.12-rc4~212 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=commitdiff_plain;h=8cf381ca3c4a2410cea9615e205bc41bd4275e1e [PATCH] fix SND_POWERMAC dependencies This beast is pmac-only; moreover, it won't build on other subarchitectures. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/sound/ppc/Kconfig b/sound/ppc/Kconfig index b0a9ebf8bf3b..75213bf4d567 100644 --- a/sound/ppc/Kconfig +++ b/sound/ppc/Kconfig @@ -11,7 +11,7 @@ comment "ALSA PowerMac requires INPUT" config SND_POWERMAC tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)" - depends on SND && I2C && INPUT + depends on SND && I2C && INPUT && PPC_PMAC select SND_PCM help Say Y here to include support for the integrated sound device.