diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-05-10 09:45:56 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-05-10 09:46:07 -0400 |
commit | eeca7a36a86db8bfc1945dd7f6f0c22a6b66b31d (patch) | |
tree | 7963466b0106b4daf90f6c5ce039fc2c330335ab /drivers/kvm/Kconfig | |
parent | 490f03d6595fade75a9b26e6ea9c9ebb1e4fd05a (diff) |
[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/Kconfig')
-rw-r--r-- | drivers/kvm/Kconfig | 1 |
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 @@ | |||
2 | # KVM configuration | 2 | # KVM configuration |
3 | # | 3 | # |
4 | menu "Virtualization" | 4 | menu "Virtualization" |
5 | depends on X86 | ||
5 | 6 | ||
6 | config KVM | 7 | config KVM |
7 | tristate "Kernel-based Virtual Machine (KVM) support" | 8 | tristate "Kernel-based Virtual Machine (KVM) support" |