X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2FKconfig;h=873792d2befe68d7198e32b39c5a1c385eec67dc;hb=1bd025c8e158b2b5f4c8e8ccf1bcf8d702dde037;hp=99b788b95f87e0d28749a4e4f394d9050ff3e38b;hpb=89034c39d340e3f6b24a8288ceeb506ddbdf7057;p=palacios-OLD.git diff --git a/palacios/src/devices/Kconfig b/palacios/src/devices/Kconfig index 99b788b..873792d 100644 --- a/palacios/src/devices/Kconfig +++ b/palacios/src/devices/Kconfig @@ -179,6 +179,19 @@ config DEBUG_NE2K help Enable debugging for the NE2K +config RTL8139 + bool "RTL8139" + depends on EXPERIMENTAL + default n + help + Includes the Virtual RTL8139 network card + +config DEBUG_RTL8139 + bool "RTL8139 debugging" + default n + depends on RTL8139 && DEBUG_ON + help + Enable debugging for the RTL8139 config NIC_BRIDGE bool "Enable Direct Bridge to Host network"