linuxOS_D21X/source/uboot-2021.10/drivers/xen/Kconfig

11 lines
298 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
config PVBLOCK
bool "Xen para-virtualized block device"
depends on DM
select BLK
select HAVE_BLOCK_DEVICE
help
This driver implements the front-end of the Xen virtual
block device driver. It communicates with a back-end driver
in another domain which drives the actual block device.