diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-23 04:37:03 +0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-27 11:58:39 +0400 |
commit | c0153225a0e86013b8b8267ffd94e5484d83b916 (patch) | |
tree | 4fc92fd61995d2f19d9cfa605732be435aaa2b85 /drivers/net/pcmcia/Kconfig | |
parent | b5451d783ade99308dfccdf5ca284ed07affa4ff (diff) | |
download | linux-c0153225a0e86013b8b8267ffd94e5484d83b916.tar.xz |
ixbmtr_cs: Move the IBM PCMCIA Token Ring driver
Move the IBM PCMCIA Token Ring driver into drivers/net/tokenring/ with
the other Token Ring drivers. Made the necessary Kconfig and Makefile
changes as well.
CC: Mike Phillips <phillim@amtrak.com>
CC: Burt Silverman <burts@us.ibm.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/pcmcia/Kconfig')
-rw-r--r-- | drivers/net/pcmcia/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/pcmcia/Kconfig b/drivers/net/pcmcia/Kconfig index 12e7ae47c066..ff4deb0ace4d 100644 --- a/drivers/net/pcmcia/Kconfig +++ b/drivers/net/pcmcia/Kconfig @@ -31,15 +31,4 @@ config ARCNET_COM20020_CS To compile this driver as a module, choose M here: the module will be called com20020_cs. If unsure, say N. -config PCMCIA_IBMTR - tristate "IBM PCMCIA tokenring adapter support" - depends on IBMTR!=y && TR - help - Say Y here if you intend to attach this type of Token Ring PCMCIA - card to your computer. You then also need to say Y to "Token Ring - driver support". - - To compile this driver as a module, choose M here: the module will be - called ibmtr_cs. - endif # NET_PCMCIA |