Re: [PATCH] CONSOLE_LP_STRICT Kconfig option

From: Andi Kleen
Date: Tue Feb 14 2006 - 09:58:09 EST


Luca Falavigna <dktrkranz@xxxxxxxxx> writes:

> This patch, built against kernel version 2.6.16-rc3, provides a
> Kconfig option in order to easily enable or disable CONSOLE_LP_STRICT
> variable in drivers/char/lp.c without modifying it directly.

This shouldn't be a CONFIG. This should be a runtime option.
It's ridiculous to have to recompile your kernel just to fix some
problem with your printer.

e.g. sysctl, ioctl, sysfs entry, module parameter. Whatever is en
vogue these days. Easiest would be probably a module_param().

-Andi

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