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)
commita62ee234a572b4c98fe98cf5fb18e4e8b0f6e43d
tree390889f463ac69dd46e611f0854f45a4eefe8f96
parentf722406faae2d073cc1d01063d1123c35425939e
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 <pebolle@tiscali.nl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/oss/Kconfig