From a1cf64944f6f2ffe5ef30a0ee4d529db771f7db2 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 20 Oct 2008 22:59:18 +1100 Subject: [PATCH] staging: sxg depends on X86 sxghif.h has code that explicitly will not build fo other architecures. Signed-off-by: Stephen Rothwell Signed-off-by: Linus Torvalds --- drivers/staging/sxg/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/sxg/Kconfig b/drivers/staging/sxg/Kconfig index 1ae35080660..6e6cf0b9ef9 100644 --- a/drivers/staging/sxg/Kconfig +++ b/drivers/staging/sxg/Kconfig @@ -1,6 +1,7 @@ config SXG tristate "Alacritech SLIC Technology Non-Accelerated 10Gbe support" depends on PCI && NETDEV_10000 + depends on X86 default n help This driver supports the Alacritech SLIC Technology Non-Accelerated -- 2.41.0