X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fpnp%2Fpnpbios%2FKconfig;h=fab848cae89de6e627f5a725642344204d11a203;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=ff17c7e96e81b402754316b4492e7f150a10dfd2;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/pnp/pnpbios/Kconfig b/drivers/pnp/pnpbios/Kconfig index ff17c7e96..fab848cae 100644 --- a/drivers/pnp/pnpbios/Kconfig +++ b/drivers/pnp/pnpbios/Kconfig @@ -3,7 +3,8 @@ # config PNPBIOS bool "Plug and Play BIOS support (EXPERIMENTAL)" - depends on PNP && X86 && EXPERIMENTAL + depends on PNP && ISA && X86 && EXPERIMENTAL + default n ---help--- Linux uses the PNPBIOS as defined in "Plug and Play BIOS Specification Version 1.0A May 5, 1994" to autodetect built-in @@ -29,7 +30,7 @@ config PNPBIOS_PROC_FS able to directly access the PNPBIOS. This includes resource allocation, ESCD, and other PNPBIOS services. Using this interface is potentially dangerous because the PNPBIOS driver will - not be notified of any resource changes made by writting directly. + not be notified of any resource changes made by writing directly. Also some buggy systems will fault when accessing certain features in the PNPBIOS /proc interface (e.g. "boot" configs).