aboutsummaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2010-07-13 00:58:12 -0400
committerJohn Rigby <john.rigby@linaro.org>2011-11-16 14:22:49 -0700
commit9d369a7cd292ba1cc877d8127f0c2edbbbb613ea (patch)
tree028436ef60cb027924537380098597255c968f75 /ubuntu
parent1a88f9933d3987151d44e55f69147092edc3c5c8 (diff)
UBUNTU: ubuntu: make ndiswrapper available on X86 only
There are several functions in ntoskernel.* with inline x86 assembler. Thus enable ndiswrapper for X86 only, especially when it gets enabled by default in Kconfig. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/ndiswrapper/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/ndiswrapper/Kconfig b/ubuntu/ndiswrapper/Kconfig
index 554d557a92a..32eb9dd54fd 100644
--- a/ubuntu/ndiswrapper/Kconfig
+++ b/ubuntu/ndiswrapper/Kconfig
@@ -1,4 +1,4 @@
config NDISWRAPPER
tristate "Wrapper for Windows NDIS network drivers"
- depends on NET
+ depends on NET && X86
default m