X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FKconfig;h=6f63f23b0628dd392f872897cfac5328c32ec955;hp=e62b00c962d15d2edd549f2e41cd8a36f0bc861f;hb=b54cbe1dbbe15ed228de7472ea284df96ecce909;hpb=1786dcbd1b5a05d2591556db17bff62465713ee1 diff --git a/palacios/src/devices/Kconfig b/palacios/src/devices/Kconfig index e62b00c..6f63f23 100644 --- a/palacios/src/devices/Kconfig +++ b/palacios/src/devices/Kconfig @@ -259,11 +259,20 @@ config SYM_SWAP help Includes the symbiotic ram based swap disk -config VIDEO - bool "VIDEO" +config CGA + bool "CGA" default n - depends on PCI && EXPERIMENTAL + depends on !PASSTHROUGH_VIDEO help - Includes the Virtual Video Card Device + Includes the Virtual CGA video support + + +config TELNET_CONSOLE + bool "Telnet Virtual Console" + default n + depends on CGA && !PASSTHROUGH_VIDEO + help + Includes the virtual telnet console endmenu +