aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/Kconfig
blob: 22696376a1b599d9f2f8c7258e0ea7e7a383de7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
config SEV
    bool
    depends on KVM

config PC
    bool
    imply QXL
    imply SEV
    imply TPM_CRB
    imply TPM_TIS

config I440FX
    bool

config ISAPC
    bool
    select ISA_BUS

config Q35
    bool

config VTD
    bool

config AMD_IOMMU
    bool

config VMPORT
    bool

config VMMOUSE
    bool