[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1385077794-17022-1-git-send-email-vincent.stehle@laposte.net>
Date: Fri, 22 Nov 2013 00:49:54 +0100
From: Vincent Stehlé <vincent.stehle@...oste.net>
To: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-next@...r.kernel.org
Cc: Vincent Stehlé <vincent.stehle@...oste.net>,
Karsten Keil <isdn@...ux-pingi.de>
Subject: [PATCH linux-next] hisax: disable build for big-endian arm
Teles PCI and HFC PCI-bus refuse to build on big-endian ARM; disable them in
Kconfig.
Signed-off-by: Vincent Stehlé <vincent.stehle@...oste.net>
Cc: Karsten Keil <isdn@...ux-pingi.de>
---
Hi,
This can be seen on e.g. linux next-20131121 with arm allyesconfig.
Best regards,
V.
drivers/isdn/hisax/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/isdn/hisax/Kconfig b/drivers/isdn/hisax/Kconfig
index d9edcc9..53dbb75 100644
--- a/drivers/isdn/hisax/Kconfig
+++ b/drivers/isdn/hisax/Kconfig
@@ -109,7 +109,7 @@ config HISAX_16_3
config HISAX_TELESPCI
bool "Teles PCI"
- depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN)))
+ depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN) || (ARM && !CPU_LITTLE_ENDIAN)))
help
This enables HiSax support for the Teles PCI.
See <file:Documentation/isdn/README.HiSax> on how to configure it.
@@ -318,7 +318,7 @@ config HISAX_GAZEL
config HISAX_HFC_PCI
bool "HFC PCI-Bus cards"
- depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN)))
+ depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN) || (ARM && !CPU_LITTLE_ENDIAN)))
help
This enables HiSax support for the HFC-S PCI 2BDS0 based cards.
--
1.8.4.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists