summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller2007-10-29 09:19:14 +0100
committerDavid S. Miller2007-10-31 23:30:54 +0100
commitd6898556e90ba9842e59ac9c2425b42ea33019b4 (patch)
treef0a6061a00747d60bc6509a5a8a9bb8f44bed1f9 /arch/sparc64/Kconfig
parent[SPARC64]: Fix build failure when CONFIG_BUG is disabled. (diff)
downloadkernel-qcow2-linux-d6898556e90ba9842e59ac9c2425b42ea33019b4.tar.gz
kernel-qcow2-linux-d6898556e90ba9842e59ac9c2425b42ea33019b4.tar.xz
kernel-qcow2-linux-d6898556e90ba9842e59ac9c2425b42ea33019b4.zip
[SPARC64]: Fix build with CONFIG_NET disabled.
We can't export verify_compat_iovec when CONFIG_NET is disabled, and consequently the Solaris compat module should also depend upon CONFIG_NET. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r--arch/sparc64/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig
index bd59ab0760b3..10b212a1f9f5 100644
--- a/arch/sparc64/Kconfig
+++ b/arch/sparc64/Kconfig
@@ -408,7 +408,7 @@ config SUNOS_EMUL
config SOLARIS_EMUL
tristate "Solaris binary emulation (EXPERIMENTAL)"
- depends on SPARC32_COMPAT && EXPERIMENTAL
+ depends on SPARC32_COMPAT && NET && EXPERIMENTAL
help
This is experimental code which will enable you to run (many)
Solaris binaries on your SPARC Linux machine.