u-boot/drivers/xen/Kconfig

10 lines
279 B
Text
Raw Normal View History

config PVBLOCK
bool "Xen para-virtualized block device"
depends on DM && XEN
select BLK
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.