Commit 644d66dd authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] mark broken stuff as such in Kconfig

A bunch of drivers are broken on sparc64; mark them as such in Kconfig.
arlan and smctr are not 64bit-clean; again, markes as such.
parent 23581e23
...@@ -110,7 +110,7 @@ config HISAX_16_3 ...@@ -110,7 +110,7 @@ config HISAX_16_3
config HISAX_TELESPCI config HISAX_TELESPCI
bool "Teles PCI" bool "Teles PCI"
depends on PCI depends on PCI && (BROKEN || !SPARC64)
help help
This enables HiSax support for the Teles PCI. This enables HiSax support for the Teles PCI.
See <file:Documentation/isdn/README.HiSax> on how to configure it. See <file:Documentation/isdn/README.HiSax> on how to configure it.
...@@ -237,7 +237,7 @@ config HISAX_MIC ...@@ -237,7 +237,7 @@ config HISAX_MIC
config HISAX_NETJET config HISAX_NETJET
bool "NETjet card" bool "NETjet card"
depends on PCI depends on PCI && (BROKEN || !SPARC64)
help help
This enables HiSax support for the NetJet from Traverse This enables HiSax support for the NetJet from Traverse
Technologies. Technologies.
...@@ -248,7 +248,7 @@ config HISAX_NETJET ...@@ -248,7 +248,7 @@ config HISAX_NETJET
config HISAX_NETJET_U config HISAX_NETJET_U
bool "NETspider U card" bool "NETspider U card"
depends on PCI depends on PCI && (BROKEN || !SPARC64)
help help
This enables HiSax support for the Netspider U interface ISDN card This enables HiSax support for the Netspider U interface ISDN card
from Traverse Technologies. from Traverse Technologies.
...@@ -316,7 +316,7 @@ config HISAX_GAZEL ...@@ -316,7 +316,7 @@ config HISAX_GAZEL
config HISAX_HFC_PCI config HISAX_HFC_PCI
bool "HFC PCI-Bus cards" bool "HFC PCI-Bus cards"
depends on PCI depends on PCI && (BROKEN || !SPARC64)
help help
This enables HiSax support for the HFC-S PCI 2BDS0 based cards. This enables HiSax support for the HFC-S PCI 2BDS0 based cards.
...@@ -343,7 +343,7 @@ config HISAX_HFC_SX ...@@ -343,7 +343,7 @@ config HISAX_HFC_SX
config HISAX_ENTERNOW_PCI config HISAX_ENTERNOW_PCI
bool "Formula-n enter:now PCI card" bool "Formula-n enter:now PCI card"
depends on PCI depends on PCI && (BROKEN || !SPARC64)
help help
This enables HiSax support for the Formula-n enter:now PCI This enables HiSax support for the Formula-n enter:now PCI
ISDN card. ISDN card.
......
...@@ -167,7 +167,7 @@ config MADGEMC ...@@ -167,7 +167,7 @@ config MADGEMC
config SMCTR config SMCTR
tristate "SMC ISA/MCA adapter support" tristate "SMC ISA/MCA adapter support"
depends on TR && (ISA || MCA_LEGACY) depends on TR && (ISA || MCA_LEGACY) && (BROKEN || !64BIT)
---help--- ---help---
This is support for the ISA and MCA SMC Token Ring cards, This is support for the ISA and MCA SMC Token Ring cards,
specifically SMC TokenCard Elite (8115T) and SMC TokenCard Elite/A specifically SMC TokenCard Elite (8115T) and SMC TokenCard Elite/A
......
...@@ -58,7 +58,7 @@ config STRIP ...@@ -58,7 +58,7 @@ config STRIP
config ARLAN config ARLAN
tristate "Aironet Arlan 655 & IC2200 DS support" tristate "Aironet Arlan 655 & IC2200 DS support"
depends on NET_RADIO && ISA depends on NET_RADIO && ISA && !64BIT
---help--- ---help---
Aironet makes Arlan, a class of wireless LAN adapters. These use the Aironet makes Arlan, a class of wireless LAN adapters. These use the
www.Telxon.com chip, which is also used on several similar cards. www.Telxon.com chip, which is also used on several similar cards.
......
...@@ -547,7 +547,7 @@ config SCSI_DTC3280 ...@@ -547,7 +547,7 @@ config SCSI_DTC3280
config SCSI_EATA config SCSI_EATA
tristate "EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support" tristate "EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support"
depends on (ISA || EISA || PCI) && SCSI depends on (ISA || EISA || PCI) && SCSI && (BROKEN || !SPARC64)
---help--- ---help---
This driver supports all EATA/DMA-compliant SCSI host adapters. DPT This driver supports all EATA/DMA-compliant SCSI host adapters. DPT
ISA and all EISA I/O addresses are probed looking for the "EATA" ISA and all EISA I/O addresses are probed looking for the "EATA"
...@@ -641,7 +641,7 @@ config SCSI_FD_MCS ...@@ -641,7 +641,7 @@ config SCSI_FD_MCS
config SCSI_GDTH config SCSI_GDTH
tristate "Intel/ICP (former GDT SCSI Disk Array) RAID Controller support" tristate "Intel/ICP (former GDT SCSI Disk Array) RAID Controller support"
depends on (ISA || EISA || PCI) && SCSI depends on (ISA || EISA || PCI) && SCSI && (BROKEN || !SPARC64)
---help--- ---help---
Formerly called GDT SCSI Disk Array Controller Support. Formerly called GDT SCSI Disk Array Controller Support.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment