X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig;h=4f899fe0653441cd2e31564b41bce093cc20fdef;hb=b6844af8df260e609bee254bbe58128d0e8fc010;hp=bb241eee906cf69ab258db8fea7dfb242937c431;hpb=07c2f1129128b71504c887d0d1f7e5897900633b;p=palacios.git diff --git a/Kconfig b/Kconfig index bb241ee..4f899fe 100644 --- a/Kconfig +++ b/Kconfig @@ -161,13 +161,6 @@ config DEBUG_VNET help Enable the Vnet debug in Palacios -config VNET_PROFILE - depends on EXPERIMENTAL && VNET - bool "Enable Vnet Profiling in Palacios" - default n - help - Enable the Vnet performance profiling in Palacios - config LINUX_VIRTIO_VNET bool "Enable Virtio VNET interface" default n @@ -182,20 +175,6 @@ config DEBUG_LINUX_VIRTIO_VNET help Enable debugging for the VNET Virtio Device -config LINUX_VNET_BRIDGE - bool "Enable VNET Bridge for Linux host" - default n - depends on PCI && EXPERIMENTAL && VNET && LINUX - help - Enable the VNET Bridge for Linux host - -config DEBUG_LINUX_VNET_BRIDGE - bool "VNET Host Linux Bridge Debug" - default n - depends on LINUX_VNET_BRIDGE && DEBUG_ON && LINUX - help - Enable debugging for the VNET Host Linux Bridge - endmenu