CONFIG_PNP and CONFIG_ISAPNP - 2.3.39

Peter K (pko@paradigm-sa.com)
Tue, 11 Jan 2000 15:24:24 +0200 (UTC)


Hi, gang

My configuration has
...
CONFIG_PNP=y
#CONFIG_ISAPNP is not set
...

I encountered a compile problem with isapnp.c or and <blush> didn't
bother to check the code why. Instead I modded ~/Makefile to evaluate
CONFIG_ISAPNP instead of CONFIG_PNP (as per ~/drivers/pnp/Makefile).

It seems that one of them is superfluous (if ~/drivers/pnp is not
destined to contain other stuff at a later stage) or that the wrong
CONFIG_ is used to test.

What bothered me somewhat is that despite CONFIG_ISAPNP not being set,
the final kernel link failed 'cause it couldn't ld isa-pnp.o
(understandably with the current 'ifeq'). Without it the kernel lives
quite happily without it. Looks like kernel bloat.

Peter Kooiman | Voice : +27-12-547-2846
| Cell : +27-82-321-3339
Box 81214, DOORNPOORT, 0017, RSA | e-mail : pko@paradigm-sa.com

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