True.
> For instance, people may want to have built-in serial support (w/o ISAPnP
> support is fine, because they've only got a standard SuperI/O chip), but
> also modular isapnp and sound driver support, so they can demand load
> sound support if necessary.
Fine.
> Making ISAPnP mandatory only because you build a driver which supports
> ISAPnP hardware is not an option IMO. This would force people to build
> ISAPnP support who don't even have an ISA bus (only because the driver for
> their PCI card also supports an ISAPnP variant).
You misunderstand. Obviously we don't want to force anyone
to build in isa-pnp or pnpbios support. What Keith is saying
is that IF isa-pnp code is enabled in a driver then the isa-pnp
driver should also be built. Furthermore if isa-pnp code is
enabled in an _integral_ (i.e., non-modular) driver, then the
isa-pnp driver should also be built integrally. The combination
of integral-driver-with-isa-pnp-support-enabled and modular
isa-pnp driver should be disallowed by the configurator.
Thomas
-
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/