> Hello everybody. The following extract from
> drivers/input/gameport/Config.in doesn't seem quite right to me, in
> general and for ARM specifically:
> if [ "$CONFIG_GAMEPORT" = "m" ]; then
> define_tristate CONFIG_SOUND_GAMEPORT m
> fi
> if [ "$CONFIG_GAMEPORT" != "m" ]; then
> define_tristate CONFIG_SOUND_GAMEPORT y
> fi
>
> Could the maintainer please change this?
What's the problem here?
-- Vojtech Pavlik SuSE Labs - 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/