[patch 2.6.11-rc2-mm2] fix SERIAL_TXX9 dependencies

From: Adrian Bunk (bunk_at_stusta.de)
Date: 01/30/05

  • Next message: Dave Airlie: "Re: DRI (was Re: OpenOffice crashes due to incorrect access permissions on /dev/dri/card*)"
    Date:	Sun, 30 Jan 2005 00:12:55 +0100
    To: Andrew Morton <akpm@osdl.org>, Ralf Baechle <ralf@linux-mips.org>
    
    

    On Sat, Jan 29, 2005 at 01:11:34PM -0800, Andrew Morton wrote:
    >...
    > Changes since 2.6.11-rc2-mm1:
    >...
    > +mips-txx9-serieal-driver-rewrite.patch
    >...
    > MIPS update
    >...

    It seems the SERIAL_TXX9 dependencies are incorrect.

    Signed-off-by: Adrian Bunk <bunk@stusta.de>

    --- linux-2.6.11-rc2-mm2-full/drivers/serial/Kconfig.old 2005-01-30 00:08:24.000000000 +0100
    +++ linux-2.6.11-rc2-mm2-full/drivers/serial/Kconfig 2005-01-30 00:07:48.000000000 +0100
    @@ -794,7 +794,7 @@
     
     config SERIAL_TXX9
             bool "TMPTX39XX/49XX SIO support"
    - depends on MIPS || PCI
    + depends on MIPS && PCI
             select SERIAL_CORE
     
     config SERIAL_TXX9_CONSOLE

    -
    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: Dave Airlie: "Re: DRI (was Re: OpenOffice crashes due to incorrect access permissions on /dev/dri/card*)"

    Relevant Pages