From: Paul Bolle Date: Sun, 12 May 2013 12:31:19 +0000 (+0200) Subject: sound: Fix make allmodconfig on MIPS correctly X-Git-Tag: v3.10-rc2~13^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a62ee234a572b4c98fe98cf5fb18e4e8b0f6e43d;p=pandora-kernel.git sound: Fix make allmodconfig on MIPS correctly Commit d4702b189c ("sound: Fix make allmodconfig on MIPS") added a (negative) dependency on ISA_DMA_SUPPORT_BROKEN. Since that Kconfig symbol doesn't exist, this dependency will always evaluate to true. Apparently GENERIC_ISA_DMA_SUPPORT_BROKEN was meant to be used here. Signed-off-by: Paul Bolle Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed