Re: CONFIG_PCI_BIOS in 2.1.132

root (root@ttewww.tte.ele.tue.nl)
Wed, 23 Dec 1998 11:04:32 +0100 (CET)


In article <Pine.LNX.3.96.981223084542.26108E-100000@ps.cus.umist.ac.uk> you wrote:
> On Wed, 23 Dec 1998, Alan Cox wrote:
> + choice ' PCI support type' \
> + "BIOS CONFIG_PCI_BIOS \
> + Direct CONFIG_PCI_DIRECT" BIOS
> bool ' PCI quirks' CONFIG_PCI_QUIRKS

If I understand this correctly, this prevents the selection of _both_ BIOS
and DIRECT. I don't know if choice allows a 3-way choice (no kernel-source
at hand) but

+ choice ' PCI support type' \
+ "BIOS CONFIG_PCI_BIOS \
+ Direct CONFIG_PCI_DIRECT \
+ Both ?????????????" BIOS

(With appropriate ??????) would solve this problem.

Greetings,
Arjan van de Ven

-
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/