X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FKconfig;h=0edc9ff31fec2217e00ad9539f747c81e3314f53;hb=443c4b4c3e443696d5d7e11640f9b2b6650300ba;hp=9a07e71d4e2af28c6f74e7e049c4d555d8a4da12;hpb=58aa424fadc697715b616e2f0d6134d194335e00;p=palacios.git diff --git a/palacios/src/devices/Kconfig b/palacios/src/devices/Kconfig index 9a07e71..0edc9ff 100644 --- a/palacios/src/devices/Kconfig +++ b/palacios/src/devices/Kconfig @@ -271,6 +271,13 @@ config DEBUG_PIT help Enable debugging for the PIT +config FILEDISK + bool "FILEDISK storage backend" + default y + depends on FILE && (IDE || LINUX_VIRTIO_BLOCK) + help + Includes the file based disk backend + config NETDISK bool "NETDISK storage backend"