aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2007-05-10 15:45:56 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2007-05-10 15:46:07 +0200
commiteeca7a36a86db8bfc1945dd7f6f0c22a6b66b31d (patch)
tree7963466b0106b4daf90f6c5ce039fc2c330335ab /drivers/kvm
parent[S390] Avoid compile warning. (diff)
downloadlinux-dev-eeca7a36a86db8bfc1945dd7f6f0c22a6b66b31d.tar.xz
linux-dev-eeca7a36a86db8bfc1945dd7f6f0c22a6b66b31d.zip
[S390] Kconfig: refine depends statements.
Refine some depends statements to limit their visibility to the environments that are actually supported. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/kvm')
-rw-r--r--drivers/kvm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/kvm/Kconfig b/drivers/kvm/Kconfig
index 703cc88d1ef9..e8e37d826478 100644
--- a/drivers/kvm/Kconfig
+++ b/drivers/kvm/Kconfig
@@ -2,6 +2,7 @@
# KVM configuration
#
menu "Virtualization"
+ depends on X86
config KVM
tristate "Kernel-based Virtual Machine (KVM) support"