X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FKconfig;h=63fe5ed61adb49be0e8ba0402aebc038e128f2aa;hb=6fd2f3d7a6e940ce9527d64a84725052bbb56392;hp=d6c5202b5c566eeba18cdd8fbd42b18636d84646;hpb=72b46c150b774d64c5e971ac4575c86142c5a509;p=palacios.git diff --git a/palacios/src/devices/Kconfig b/palacios/src/devices/Kconfig index d6c5202..63fe5ed 100644 --- a/palacios/src/devices/Kconfig +++ b/palacios/src/devices/Kconfig @@ -159,13 +159,13 @@ config DEBUG_VIRTIO_NET Enable debugging for the Linux Virtio Network Device config VNET_NIC - bool "Enable VNET NIC Device" + bool "Enable VNET VIrtio NIC Device" default n depends on PCI && EXPERIMENTAL help - Enable the VNET NIC backend device + Enable the VNET Virtio backend device -config VNET_NIC_NET +config DEBUG_VNET_NIC bool "VNET NIC Device Debugging" default n depends on VNET_NIC && DEBUG_ON @@ -323,6 +323,12 @@ config TELNET_CONSOLE help Includes the virtual telnet console +config CURSES_CONSOLE + bool "Curses Virtual Console" + default n + depends on CGA && !PASSTHROUGH_VIDEO + help + Includes the virtual curses console endmenu