[PATCH] fix xconfig in 2.5.6

From: William Stinson (wstinson@infonie.fr)
Date: Sat Mar 09 2002 - 16:40:40 EST


Hi

this is a small patch to fix error:
        /tkparse < ../arch/i386/config.in >> kconfig.tk
        sound/core/Config.in: 4: can't handle dep_bool/dep_mbool/dep_tristate condition
upon make xconfig got with 2.5.6

Please CC me for any answers/comments.

I also put this patch at http://www.chez.com/wstinson/linux/kernel/patch-sound-core-Config.in

William Stinson (wstinson@infonie.fr)

--- linux-2.5.6/sound/core/Config.in Sat Mar 9 21:03:45 2002
+++ linux-local/sound/core/Config.in Sat Mar 9 21:04:57 2002
@@ -1,13 +1,13 @@
 # ALSA soundcard-configuration
 
 if [ "$CONFIG_X86_64" = "y" -a "$CONFIG_IA32_EMULATION" = "y" ]; then
- dep_tristate ' Emulation for 32-bit applications' CONFIG_SND_BIT32_EMUL
+ dep_tristate ' Emulation for 32-bit applications' CONFIG_SND_BIT32_EMUL $CONFIG_SND
 fi
 if [ "$CONFIG_PPC64" = "y" ]; then
- dep_tristate ' Emulation for 32-bit applications' CONFIG_SND_BIT32_EMUL
+ dep_tristate ' Emulation for 32-bit applications' CONFIG_SND_BIT32_EMUL $CONFIG_SND
 fi
 if [ "$CONFIG_SPARC64" = "y" ]; then
- dep_tristate ' Emulation for 32-bit applications' CONFIG_SND_BIT32_EMUL
+ dep_tristate ' Emulation for 32-bit applications' CONFIG_SND_BIT32_EMUL $CONFIG_SND
 fi
 dep_tristate ' Sequencer support' CONFIG_SND_SEQUENCER $CONFIG_SND
 if [ "$CONFIG_SND_SEQUENCER" != "n" ]; then

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Mar 15 2002 - 22:00:12 EST