On Wed, Jun 20, 2001 at 12:43:02AM +1000, Keith Owens wrote: > On Tue, 19 Jun 2001 16:35:20 +0200, > Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > >On Wed, Jun 20, 2001 at 12:30:05AM +1000, Keith Owens wrote: > >> Gameports and joysticks should not be available unless input core > >> support is selected first. Invalid configs were slipping through. > > > >Gameports are not input core dependent. > >Only joysticks are. > > drivers/char/Makefile says > subdir-$(CONFIG_INPUT) += joystick > > Gameports are in subdir joystick. Certainly looks dependent on > CONFIG_INPUT to me. Ouch. Forgot about this one. I guess it'd be better to fix this, because the gameport code really is independent on input. -- Vojtech Pavlik SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

