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.2.51~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc766863a5f3201625f460c517e1a6d15044b65b;p=pandora-kernel.git sound: Fix make allmodconfig on MIPS correctly commit a62ee234a572b4c98fe98cf5fb18e4e8b0f6e43d upstream. 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 Cc: Guenter Roeck Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed