Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PARISC] Mark hisax and pcbit ISDN drivers as not for parisc

These drivers do not compile on big endian systems, and parisc
is big endian. Also mark some as broken on m68k as well.

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

authored by

Matthew Wilcox and committed by
Kyle McMartin
21b3d1d7 41df8940

+7 -7
+6 -6
drivers/isdn/hisax/Kconfig
··· 110 110 111 111 config HISAX_TELESPCI 112 112 bool "Teles PCI" 113 - depends on PCI && (BROKEN || !(SPARC64 || PPC)) 113 + depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K)) 114 114 help 115 115 This enables HiSax support for the Teles PCI. 116 116 See <file:Documentation/isdn/README.HiSax> on how to configure it. ··· 238 238 239 239 config HISAX_NETJET 240 240 bool "NETjet card" 241 - depends on PCI && (BROKEN || !(SPARC64 || PPC)) 241 + depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K)) 242 242 help 243 243 This enables HiSax support for the NetJet from Traverse 244 244 Technologies. ··· 249 249 250 250 config HISAX_NETJET_U 251 251 bool "NETspider U card" 252 - depends on PCI && (BROKEN || !(SPARC64 || PPC)) 252 + depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K)) 253 253 help 254 254 This enables HiSax support for the Netspider U interface ISDN card 255 255 from Traverse Technologies. ··· 317 317 318 318 config HISAX_HFC_PCI 319 319 bool "HFC PCI-Bus cards" 320 - depends on PCI && (BROKEN || !(SPARC64 || PPC)) 320 + depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K)) 321 321 help 322 322 This enables HiSax support for the HFC-S PCI 2BDS0 based cards. 323 323 ··· 344 344 345 345 config HISAX_ENTERNOW_PCI 346 346 bool "Formula-n enter:now PCI card" 347 - depends on PCI && (BROKEN || !(SPARC64 || PPC)) 347 + depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K)) 348 348 help 349 349 This enables HiSax support for the Formula-n enter:now PCI 350 350 ISDN card. 351 351 352 352 config HISAX_AMD7930 353 353 bool "Am7930 (EXPERIMENTAL)" 354 - depends on EXPERIMENTAL && (SPARC32 || SPARC64) 354 + depends on EXPERIMENTAL && SPARC 355 355 help 356 356 This enables HiSax support for the AMD7930 chips on some SPARCs. 357 357 This code is not finished yet.
+1 -1
drivers/isdn/pcbit/Kconfig
··· 3 3 # 4 4 config ISDN_DRV_PCBIT 5 5 tristate "PCBIT-D support" 6 - depends on ISDN_I4L && ISA && (BROKEN || !PPC) 6 + depends on ISDN_I4L && ISA && (BROKEN || X86) 7 7 help 8 8 This enables support for the PCBIT ISDN-card. This card is 9 9 manufactured in Portugal by Octal. For running this card,