KVM: ppc: fix Kconfig constraints
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / kvm / Kconfig
1 #
2 # KVM configuration
3 #
4
5 menuconfig VIRTUALIZATION
6         bool "Virtualization"
7         ---help---
8           Say Y here to get to see options for using your Linux host to run
9           other operating systems inside virtual machines (guests).
10           This option alone does not add any kernel code.
11
12           If you say N, all options in this submenu will be skipped and
13           disabled.
14
15 if VIRTUALIZATION
16
17 config KVM
18         bool
19         select PREEMPT_NOTIFIERS
20         select ANON_INODES
21
22 config KVM_440
23         bool "KVM support for PowerPC 440 processors"
24         depends on EXPERIMENTAL && 44x
25         select KVM
26         ---help---
27           Support running unmodified 440 guest kernels in virtual machines on
28           440 host processors.
29
30           This module provides access to the hardware capabilities through
31           a character device node named /dev/kvm.
32
33           If unsure, say N.
34
35 config KVM_TRACE
36         bool "KVM trace support"
37         depends on KVM && MARKERS && SYSFS
38         select RELAY
39         select DEBUG_FS
40         default n
41         ---help---
42           This option allows reading a trace of kvm-related events through
43           relayfs.  Note the ABI is not considered stable and will be
44           modified in future updates.
45
46 source drivers/virtio/Kconfig
47
48 endif # VIRTUALIZATION