X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FKconfig;h=1664821cb4e005d02499bae38a589b2e3fea80c9;hp=6d1a568cbbd48e82906805653c7120736055da36;hb=3373500a962dba67f09d120d7db3c2ea1d4beee2;hpb=c551bbb4b8097db14632f43acc27b55b054c13a4 diff --git a/palacios/src/devices/Kconfig b/palacios/src/devices/Kconfig index 6d1a568..1664821 100644 --- a/palacios/src/devices/Kconfig +++ b/palacios/src/devices/Kconfig @@ -162,19 +162,7 @@ config DEBUG_NE2k Enable debugging for the NE2K -config NET_CD - bool "Networked CD backend" - default y - depends on SOCKET && (IDE || LINUX_VIRTIO_BLOCK) - help - Includes the Network CD backend -config NET_HD - bool "Networked HD backend" - default y - depends on SOCKET && (IDE || LINUX_VIRTIO_BLOCK) - help - Includes the Network HD backend config NVRAM @@ -252,24 +240,27 @@ config DEBUG_PIT Enable debugging for the PIT - - -config RAM_CD - bool "RAM based CD backend" +config NETDISK + bool "NETDISK storage backend" default y - depends on IDE || LINUX_VIRTIO_BLOCK + depends on SOCKET && (IDE || LINUX_VIRTIO_BLOCK) help - Includes the RAM based CD backend + Includes the Network based disk backend -config RAM_HD - bool "RAM based HD backend" +config RAMDISK + bool "RAMDISK storage backend" default y depends on IDE || LINUX_VIRTIO_BLOCK help - Includes the RAM based HD backend - + Includes the RAM based disk backend +config TMPDISK + bool "TMPDISK storage backend" + default y + depends on IDE || LINUX_VIRTIO_BLOCK + help + Includes the temporary RAM disk config SYM_SWAP bool "Symbiotic Swap disk"