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)
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

index 51c4ba95a32d3961375a593d41afe538ab787760..1a9640254433e22ce61264a006fd6d52db0aad97 100644 (file)
@@ -250,7 +250,7 @@ config MSND_FIFOSIZE
 menuconfig SOUND_OSS
        tristate "OSS sound modules"
        depends on ISA_DMA_API && VIRT_TO_BUS
-       depends on !ISA_DMA_SUPPORT_BROKEN
+       depends on !GENERIC_ISA_DMA_SUPPORT_BROKEN
        help
          OSS is the Open Sound System suite of sound card drivers.  They make
          sound programming easier since they provide a common API.  Say Y or