Kconfig.host (9ac873a46963098441be920ef7a2eaf244a3352d) Kconfig.host (0d9e8c0b670b7856d36ed155d43548d2491230e7)
1# These are "proxy" symbols used to pass config-host.mak values
2# down to Kconfig. See also kconfig_external_symbols in
3# meson.build: these two need to be kept in sync.
4
5config LINUX
6 bool
7
8config OPENGL

--- 32 unchanged lines hidden (view full) ---

41
42config FUZZ
43 bool
44 select SPARSE_MEM
45
46config VFIO_USER_SERVER_ALLOWED
47 bool
48 imply VFIO_USER_SERVER
1# These are "proxy" symbols used to pass config-host.mak values
2# down to Kconfig. See also kconfig_external_symbols in
3# meson.build: these two need to be kept in sync.
4
5config LINUX
6 bool
7
8config OPENGL

--- 32 unchanged lines hidden (view full) ---

41
42config FUZZ
43 bool
44 select SPARSE_MEM
45
46config VFIO_USER_SERVER_ALLOWED
47 bool
48 imply VFIO_USER_SERVER
49
50config HV_BALLOON_POSSIBLE
51 bool