Quick and dirty fix.
Index: 5.39/drivers/char/joystick/Config.in
--- 5.39/drivers/char/joystick/Config.in Wed, 20 Jun 2001 13:07:10 +1000 kaos (linux-2.4/Y/b/35_Config.in 1.1.1.4 644)
+++ 5.39(w)/drivers/char/joystick/Config.in Thu, 21 Jun 2001 14:47:53 +1000 kaos (linux-2.4/Y/b/35_Config.in 1.1.1.4 644)
@@ -6,7 +6,7 @@ mainmenu_option next_comment
comment 'Joysticks'
if [ "$CONFIG_INPUT" != "n" ]; then
- tristate 'Game port support' CONFIG_INPUT_GAMEPORT
+ dep_tristate 'Game port support' CONFIG_INPUT_GAMEPORT $CONFIG_INPUT
dep_tristate ' Classic ISA/PnP gameports' CONFIG_INPUT_NS558 $CONFIG_INPUT_GAMEPORT
dep_tristate ' PDPI Lightning 4 gamecard' CONFIG_INPUT_LIGHTNING $CONFIG_INPUT_GAMEPORT
dep_tristate ' Aureal Vortex and Trident 4DWave gameports' CONFIG_INPUT_PCIGAME $CONFIG_INPUT_GAMEPORT
There are too many cross directory dependencies and undocumented
assumptions on input, gameport, joystick and sound options. Vojtech,
we need a specification on how these should interact before we make any
more changes to the config code. What should the dependencies be for
input, gameport, joysticks and gameport using soundcard really be?
-
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/