]> git.baikalelectronics.ru Git - kernel.git/commit
sound: Fix make allmodconfig on MIPS correctly
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 12 May 2013 12:31:19 +0000 (14:31 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 13 May 2013 13:54:19 +0000 (15:54 +0200)
commit2b390acea717be35d7a6e42c7aabc572fd254914
tree390889f463ac69dd46e611f0854f45a4eefe8f96
parent9dd09e6de2d6786a50b589a77aeec22d46f3a4ab
sound: Fix make allmodconfig on MIPS correctly

Commit 06b27abed1 ("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 <pebolle@tiscali.nl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/oss/Kconfig