diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-10-20 22:59:18 +1100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-20 09:08:23 -0700 |
commit | a1cf64944f6f2ffe5ef30a0ee4d529db771f7db2 (patch) | |
tree | 668e7a50e51e6c4c3420e4ed97860a11027476c7 | |
parent | 5fdf11283e26719543eb5f9b68707e1af77eb875 (diff) | |
download | linux-a1cf64944f6f2ffe5ef30a0ee4d529db771f7db2.tar.bz2 |
staging: sxg depends on X86
sxghif.h has code that explicitly will not build fo other architecures.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/staging/sxg/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/sxg/Kconfig b/drivers/staging/sxg/Kconfig index 1ae350806600..6e6cf0b9ef99 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 |