aboutsummaryrefslogtreecommitdiff
path: root/Kconfig.host
blob: 11fefa48132b9f0444d98ebea13bc04856997908 (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
# These are "proxy" symbols used to pass config-host.mak values
# down to Kconfig.

config KVM
    bool

config LINUX
    bool

config OPENGL
    bool

config SPICE
    bool

config TPM
    bool

config VHOST_USER
    bool

config XEN
    bool

config VIRTFS
    bool