mirror of https://gitee.com/openkylin/linux.git
[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>
This commit is contained in:
parent
617a20bbd0
commit
dc976c09da
|
@ -111,7 +111,7 @@ config ARCNET_COM20020_CS
|
||||||
|
|
||||||
config PCMCIA_IBMTR
|
config PCMCIA_IBMTR
|
||||||
tristate "IBM PCMCIA tokenring adapter support"
|
tristate "IBM PCMCIA tokenring adapter support"
|
||||||
depends on IBMTR!=y && TR && !64BIT
|
depends on IBMTR!=y && TR
|
||||||
help
|
help
|
||||||
Say Y here if you intend to attach this type of Token Ring PCMCIA
|
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
|
card to your computer. You then also need to say Y to "Token Ring
|
||||||
|
|
Loading…
Reference in New Issue