Kconfig (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) Kconfig (d6aca3504c7ded5f4f46957e3685b9344d9743dd)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Xen driver support"
3 depends on XEN
4
5config XEN_BALLOON
6 bool "Xen memory balloon driver"
7 default y
8 help

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

330 depends on ZONE_DEVICE
331 default XEN_BACKEND || XEN_GNTDEV || XEN_DOM0
332 help
333 Use unpopulated memory ranges in order to create mappings for guest
334 memory regions, including grant maps and foreign pages. This avoids
335 having to balloon out RAM regions in order to obtain physical memory
336 space to create such mappings.
337
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Xen driver support"
3 depends on XEN
4
5config XEN_BALLOON
6 bool "Xen memory balloon driver"
7 default y
8 help

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

330 depends on ZONE_DEVICE
331 default XEN_BACKEND || XEN_GNTDEV || XEN_DOM0
332 help
333 Use unpopulated memory ranges in order to create mappings for guest
334 memory regions, including grant maps and foreign pages. This avoids
335 having to balloon out RAM regions in order to obtain physical memory
336 space to create such mappings.
337
338config XEN_GRANT_DMA_OPS
339 bool
340 select DMA_OPS
341
338endmenu
342endmenu