[PATCH] pnpbios only makes sense for X86

From: Christoph Hellwig (hch_at_lst.de)
Date: 05/30/04

  • Next message: Christoph Hellwig: "[PATCH] Lowered priority of "too many keys" message in atkbd"
    Date:	Sun, 30 May 2004 10:10:34 +0200
    To: ambx1@neo.rr.com
    
    

    From the Debian kernel package

    --- kernel-source-2.6.6/drivers/pnp/pnpbios/Kconfig 2004-03-11 13:55:37.000000000 +1100
    +++ kernel-source-2.6.6-1/drivers/pnp/pnpbios/Kconfig 2004-02-19 20:55:53.000000000 +1100
    @@ -3,7 +3,7 @@
     #
     config PNPBIOS
             bool "Plug and Play BIOS support (EXPERIMENTAL)"
    - depends on PNP && EXPERIMENTAL
    + depends on PNP && X86 && EXPERIMENTAL
             ---help---
               Linux uses the PNPBIOS as defined in "Plug and Play BIOS
               Specification Version 1.0A May 5, 1994" to autodetect built-in
    -
    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/


  • Next message: Christoph Hellwig: "[PATCH] Lowered priority of "too many keys" message in atkbd"

    Relevant Pages