mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] 2.5.5-dj3, fix dep_tristate in sound/oss/Config.in
@ 2002-03-06  6:08 Steven Cole
  0 siblings, 0 replies; only message in thread
From: Steven Cole @ 2002-03-06  6:08 UTC (permalink / raw)
  To: Dave Jones; +Cc: linux-kernel

I got this error with make xconfig and 2.5.5-dj3:

./tkparse < ../arch/i386/config.in >> kconfig.tk
sound/oss/Config.in: 38: can't handle dep_bool/dep_mbool/dep_tristate condition
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/home/steven/kernels/linux-2.5.5-dj3/scripts'
make: *** [xconfig] Error 2

If an additional guard is needed, then this tristate will have to be reverted
to a dep_tristate.  In the meantime, here is a small patch to get dj3 to configure.

Steven

--- linux-2.5.5-dj3/sound/oss/Config.in.orig	Tue Mar  5 22:37:54 2002
+++ linux-2.5.5-dj3/sound/oss/Config.in	Tue Mar  5 22:49:07 2002
@@ -35,7 +35,7 @@
 dep_tristate '  Crystal SoundFusion (CS4280/461x)' CONFIG_SOUND_FUSION $CONFIG_SOUND
 dep_tristate '  Crystal Sound CS4281' CONFIG_SOUND_CS4281 $CONFIG_SOUND
 if [ "$CONFIG_SIBYTE_SB1250" = "y" -a "$CONFIG_REMOTE_DEBUG" != "y" ]; then
-    dep_tristate '  Crystal Sound CS4297a (for Swarm)' CONFIG_SOUND_BCM_CS4297A 
+    tristate '  Crystal Sound CS4297a (for Swarm)' CONFIG_SOUND_BCM_CS4297A
 fi
 dep_tristate '  Ensoniq AudioPCI (ES1370)' CONFIG_SOUND_ES1370 $CONFIG_SOUND $CONFIG_PCI $CONFIG_SOUND_GAMEPORT
 dep_tristate '  Creative Ensoniq AudioPCI 97 (ES1371)' CONFIG_SOUND_ES1371 $CONFIG_SOUND $CONFIG_PCI $CONFIG_SOUND_GAMEPORT

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-06  6:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-06  6:08 [PATCH] 2.5.5-dj3, fix dep_tristate in sound/oss/Config.in Steven Cole

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®