Re: [PATCH] sound: Fix make allmodconfig on MIPS correctly

2013-05-13 Thread Takashi Iwai
At Sun, 12 May 2013 14:31:19 +0200, Paul Bolle wrote: > > 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_SUPP

[PATCH] sound: Fix make allmodconfig on MIPS correctly

2013-05-12 Thread Paul Bolle
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