diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2008-10-13 14:02:31 (GMT) |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-10-16 09:40:16 (GMT) |
commit | dc976c09da4e13b2b3fda23cca9d0682d1de7213 (patch) | |
tree | b4a641d10d8f751e12abc7ba94cf6fc7ea1642e0 | |
parent | 617a20bbd099040b68f3578a0a1da5e8780d1831 (diff) | |
download | linux-dc976c09da4e13b2b3fda23cca9d0682d1de7213.tar.xz |
[netdrvr] ibmtr: PCMCIA IBMTR is ok on 64bit
For whatever value of 'OK' can be applied to the use of token ring. Seems
the 32bit to 64bit cleanups missed re-enabling the pcmcia driver
Closes #7133 and also reviewed the code in question
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
-rw-r--r-- | drivers/net/pcmcia/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pcmcia/Kconfig b/drivers/net/pcmcia/Kconfig index e8f55d8..9b8f793 100644 --- a/drivers/net/pcmcia/Kconfig +++ b/drivers/net/pcmcia/Kconfig @@ -111,7 +111,7 @@ config ARCNET_COM20020_CS config PCMCIA_IBMTR tristate "IBM PCMCIA tokenring adapter support" - depends on IBMTR!=y && TR && !64BIT + 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 |