]> git.hungrycats.org Git - linux/commit
sound: Fix make allmodconfig on MIPS correctly
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 12 May 2013 12:31:19 +0000 (14:31 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 10 Sep 2013 00:57:30 +0000 (01:57 +0100)
commitfc766863a5f3201625f460c517e1a6d15044b65b
tree44c9064c44023b5734726a4e2c64cbee5d908284
parentb0538b44109490d481625b6a0d72aa6cb7131016
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 <pebolle@tiscali.nl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
sound/oss/Kconfig