diff options
author | Matthew Wilcox <willy@parisc-linux.org> | 2005-11-18 16:20:10 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@parisc-linux.org> | 2005-11-18 16:20:10 -0500 |
commit | 21b3d1d792af367854e61ee05dd9b2c931b60fed (patch) | |
tree | ec5b2bb0afd5683816fb0daa893878b719408e85 /drivers/isdn/pcbit | |
parent | 41df894007c5607b3892336fd72024c4dfa35bdf (diff) | |
download | linux-21b3d1d792af367854e61ee05dd9b2c931b60fed.tar.gz linux-21b3d1d792af367854e61ee05dd9b2c931b60fed.tar.bz2 linux-21b3d1d792af367854e61ee05dd9b2c931b60fed.zip |
[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>
Diffstat (limited to 'drivers/isdn/pcbit')
-rw-r--r-- | drivers/isdn/pcbit/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/pcbit/Kconfig b/drivers/isdn/pcbit/Kconfig index f06997faef16..0933881ab0c2 100644 --- a/drivers/isdn/pcbit/Kconfig +++ b/drivers/isdn/pcbit/Kconfig @@ -3,7 +3,7 @@ # config ISDN_DRV_PCBIT tristate "PCBIT-D support" - depends on ISDN_I4L && ISA && (BROKEN || !PPC) + depends on ISDN_I4L && ISA && (BROKEN || X86) help This enables support for the PCBIT ISDN-card. This card is manufactured in Portugal by Octal. For running this card, |