diff options
| -rw-r--r-- | drivers/isdn/hisax/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/isdn/hisax/Kconfig b/drivers/isdn/hisax/Kconfig index 452fde9edf86..70ecd0c19500 100644 --- a/drivers/isdn/hisax/Kconfig +++ b/drivers/isdn/hisax/Kconfig | |||
| @@ -109,7 +109,7 @@ config HISAX_16_3 | |||
| 109 | 109 | ||
| 110 | config HISAX_TELESPCI | 110 | config HISAX_TELESPCI |
| 111 | bool "Teles PCI" | 111 | bool "Teles PCI" |
| 112 | depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV)) | 112 | depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN))) |
| 113 | help | 113 | help |
| 114 | This enables HiSax support for the Teles PCI. | 114 | This enables HiSax support for the Teles PCI. |
| 115 | See <file:Documentation/isdn/README.HiSax> on how to configure it. | 115 | See <file:Documentation/isdn/README.HiSax> on how to configure it. |
| @@ -237,7 +237,7 @@ config HISAX_MIC | |||
| 237 | 237 | ||
| 238 | config HISAX_NETJET | 238 | config HISAX_NETJET |
| 239 | bool "NETjet card" | 239 | bool "NETjet card" |
| 240 | depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV)) | 240 | depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN))) |
| 241 | help | 241 | help |
| 242 | This enables HiSax support for the NetJet from Traverse | 242 | This enables HiSax support for the NetJet from Traverse |
| 243 | Technologies. | 243 | Technologies. |
| @@ -248,7 +248,7 @@ config HISAX_NETJET | |||
| 248 | 248 | ||
| 249 | config HISAX_NETJET_U | 249 | config HISAX_NETJET_U |
| 250 | bool "NETspider U card" | 250 | bool "NETspider U card" |
| 251 | depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV)) | 251 | depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN))) |
| 252 | help | 252 | help |
| 253 | This enables HiSax support for the Netspider U interface ISDN card | 253 | This enables HiSax support for the Netspider U interface ISDN card |
| 254 | from Traverse Technologies. | 254 | from Traverse Technologies. |
| @@ -316,7 +316,7 @@ config HISAX_GAZEL | |||
| 316 | 316 | ||
| 317 | config HISAX_HFC_PCI | 317 | config HISAX_HFC_PCI |
| 318 | bool "HFC PCI-Bus cards" | 318 | bool "HFC PCI-Bus cards" |
| 319 | depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV)) | 319 | depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN))) |
| 320 | help | 320 | help |
| 321 | This enables HiSax support for the HFC-S PCI 2BDS0 based cards. | 321 | This enables HiSax support for the HFC-S PCI 2BDS0 based cards. |
| 322 | 322 | ||
| @@ -341,7 +341,7 @@ config HISAX_HFC_SX | |||
| 341 | 341 | ||
| 342 | config HISAX_ENTERNOW_PCI | 342 | config HISAX_ENTERNOW_PCI |
| 343 | bool "Formula-n enter:now PCI card" | 343 | bool "Formula-n enter:now PCI card" |
| 344 | depends on HISAX_NETJET && PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV)) | 344 | depends on HISAX_NETJET && PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN))) |
| 345 | help | 345 | help |
| 346 | This enables HiSax support for the Formula-n enter:now PCI | 346 | This enables HiSax support for the Formula-n enter:now PCI |
| 347 | ISDN card. | 347 | ISDN card. |
