> if [ "$CONFIG_PRINTER" != "n" ]; then
>- bool ' Support IEEE1284 status readback' CONFIG_PRINTER_READBACK
>+ bool ' Support IEEE1284 status readback' CONFIG_PARPORT_1284
> fi
This isn't really right. Although it's true that CONFIG_PARPORT_1284 enables
the stuff that used to be controlled by CONFIG_PRINTER_READBACK, the two
aren't synonymous. The m68k port ought to just use drivers/parport/Config.in
like everybody else.
p.
-
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/