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
config HISAX_TELESPCI
bool "Teles PCI"
depends on PCI
depends on PCI && (BROKEN || !SPARC64)
help
This enables HiSax support for the Teles PCI.
See <file:Documentation/isdn/README.HiSax> on how to configure it.
......@@ -237,7 +237,7 @@ config HISAX_MIC
config HISAX_NETJET
bool "NETjet card"
depends on PCI
depends on PCI && (BROKEN || !SPARC64)
help
This enables HiSax support for the NetJet from Traverse
Technologies.
......@@ -248,7 +248,7 @@ config HISAX_NETJET
config HISAX_NETJET_U
bool "NETspider U card"
depends on PCI
depends on PCI && (BROKEN || !SPARC64)
help
This enables HiSax support for the Netspider U interface ISDN card
from Traverse Technologies.
......@@ -316,7 +316,7 @@ config HISAX_GAZEL
config HISAX_HFC_PCI
bool "HFC PCI-Bus cards"
depends on PCI
depends on PCI && (BROKEN || !SPARC64)
help
This enables HiSax support for the HFC-S PCI 2BDS0 based cards.
......@@ -343,7 +343,7 @@ config HISAX_HFC_SX
config HISAX_ENTERNOW_PCI
bool "Formula-n enter:now PCI card"
depends on PCI
depends on PCI && (BROKEN || !SPARC64)
help
This enables HiSax support for the Formula-n enter:now PCI
ISDN card.
......
......@@ -167,7 +167,7 @@ config MADGEMC
config SMCTR
tristate "SMC ISA/MCA adapter support"
depends on TR && (ISA || MCA_LEGACY)
depends on TR && (ISA || MCA_LEGACY) && (BROKEN || !64BIT)
---help---
This is support for the ISA and MCA SMC Token Ring cards,
specifically SMC TokenCard Elite (8115T) and SMC TokenCard Elite/A
......
......@@ -58,7 +58,7 @@ config STRIP
config ARLAN
tristate "Aironet Arlan 655 & IC2200 DS support"
depends on NET_RADIO && ISA
depends on NET_RADIO && ISA && !64BIT
---help---
Aironet makes Arlan, a class of wireless LAN adapters. These use the
www.Telxon.com chip, which is also used on several similar cards.
......
......@@ -547,7 +547,7 @@ config SCSI_DTC3280
config SCSI_EATA
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---
This driver supports all EATA/DMA-compliant SCSI host adapters. DPT
ISA and all EISA I/O addresses are probed looking for the "EATA"
......@@ -641,7 +641,7 @@ config SCSI_FD_MCS
config SCSI_GDTH
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---
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