summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2010-07-13 00:58:12 -0400
committerLeann Ogasawara <leann.ogasawara@canonical.com>2010-08-20 16:01:31 -0700
commit28ade567663aa5a3cb78a3494eba7af4ee839813 (patch)
tree90844750525dea089537f5daf1f84d8ff1a1715e /ubuntu
parent221d649db55183c9b984bbf92813d6ac9d264552 (diff)
UBUNTU: SAUCE: 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 554d557a92a9..32eb9dd54fd8 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