X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FKconfig;h=63fe5ed61adb49be0e8ba0402aebc038e128f2aa;hb=d0ebfed83ac079f95da8bf79e64ac77f31d551ac;hp=43643ce1ca13e19f2513c4b00c7c961ad892c2cf;hpb=2774b84f1350366477eb820c7b7a2a0f56a0e074;p=palacios.git diff --git a/palacios/src/devices/Kconfig b/palacios/src/devices/Kconfig index 43643ce..63fe5ed 100644 --- a/palacios/src/devices/Kconfig +++ b/palacios/src/devices/Kconfig @@ -159,11 +159,11 @@ 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 DEBUG_VNET_NIC bool "VNET NIC Device Debugging" @@ -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