[2.6 patch] fix some dependencies for TMS380TR=m

From: Adrian Bunk (bunk_at_fs.tum.de)
Date: 12/21/03

  • Next message: Marcel Holtmann: "Difference between select and enable in Kconfig"
    Date:	Sun, 21 Dec 2003 03:42:53 +0100
    To: Jeff Garzik <jgarzik@pobox.com>
    
    

    Hi Jeff,

    similar to the 2.4 patch (originally by Rik) I sent, the trivial
    patch below fixes some dependencies for TMS380TR=m .

    Please apply
    Adrian

    --- linux-2.6.0-test11-mm1-modular-no-smp/drivers/net/tokenring/Kconfig.old 2003-12-21 03:36:12.000000000 +0100
    +++ linux-2.6.0-test11-mm1-modular-no-smp/drivers/net/tokenring/Kconfig 2003-12-21 03:37:05.000000000 +0100
    @@ -107,7 +107,7 @@
     
     config TMSPCI
             tristate "Generic TMS380 PCI support"
    - depends on TR && TMS380TR!=n && PCI
    + depends on TR && TMS380TR && PCI
             ---help---
               This tms380 module supports generic TMS380-based PCI cards.
     
    @@ -122,7 +122,7 @@
     
     config SKISA
             tristate "SysKonnect TR4/16 ISA support"
    - depends on TR && TMS380TR!=n && ISA
    + depends on TR && TMS380TR && ISA
             help
               This tms380 module supports SysKonnect TR4/16 ISA cards.
     
    @@ -134,7 +134,7 @@
     
     config PROTEON
             tristate "Proteon ISA support"
    - depends on TR && TMS380TR!=n && ISA
    + depends on TR && TMS380TR && ISA
             help
               This tms380 module supports Proteon ISA cards.
     
    @@ -147,7 +147,7 @@
     
     config ABYSS
             tristate "Madge Smart 16/4 PCI Mk2 support"
    - depends on TR && TMS380TR!=n && PCI
    + depends on TR && TMS380TR && PCI
             help
               This tms380 module supports the Madge Smart 16/4 PCI Mk2
               cards (51-02).
    @@ -157,7 +157,7 @@
     
     config MADGEMC
             tristate "Madge Smart 16/4 Ringnode MicroChannel"
    - depends on TR && TMS380TR!=n && MCA
    + depends on TR && TMS380TR && MCA
             help
               This tms380 module supports the Madge Smart 16/4 MC16 and MC32
               MicroChannel adapters.

    -
    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: Marcel Holtmann: "Difference between select and enable in Kconfig"

    Relevant Pages

    • Re: [linux-audio-dev] Re: [announce] [patch] Voluntary Kernel Preemption Patch
      ... I have still made it a .config option. ... > patch became this way. ... +extern void __cond_resched; ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [2.4] Nforce2 oops and occasional hang (tried the lockups patch, no difference)
      ... patches except for an occasional X fail. ... kern config to kick in. ... Also I now use a small patch to fixup proc info - only if you are using ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH] fix up front-LED Kconfig
      ... This patch fixes the front-LED Kconfig issues I introduced while ... # InfiniBand support ... +# DMA Clients ... config BLK_DEV_IDE_SWARM ...
      (Linux-Kernel)
    • 2.6.14-ck2
      ... It is configurable to any workload but the default ck* patch is aimed at the ... *note name change for server version ... some improvement in the time taken to compile a minimal kernel config (2:10 ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.3-rc3: twice defined symbols with new radeonfb
      ... With the patch below, "make menuconfig" shows ... How can I void that the old driver is shown as if it was an option for ... +config FB_RADEON_OLD ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)