diff options
Diffstat (limited to 'roms/u-boot/drivers/xen/Kconfig')
-rw-r--r-- | roms/u-boot/drivers/xen/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/xen/Kconfig b/roms/u-boot/drivers/xen/Kconfig new file mode 100644 index 000000000..6ad2a9366 --- /dev/null +++ b/roms/u-boot/drivers/xen/Kconfig @@ -0,0 +1,10 @@ +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. + |