X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FKconfig;h=0edc9ff31fec2217e00ad9539f747c81e3314f53;hb=becaedb8845bde9b3e3f64c626b091b94918e50c;hp=9a07e71d4e2af28c6f74e7e049c4d555d8a4da12;hpb=300810f123725663d5f7ae638ff6cb93d0a89ae5;p=palacios-OLD.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"