[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 33/47] hw/net/Kconfig: Add Kconfig file
From: |
Ákos Kovács |
Subject: |
[Qemu-devel] [PATCH 33/47] hw/net/Kconfig: Add Kconfig file |
Date: |
Mon, 26 Aug 2013 00:58:42 +0200 |
Signed-off-by: Ákos Kovács <address@hidden>
---
hw/net/Kconfig | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 74 insertions(+)
create mode 100644 hw/net/Kconfig
diff --git a/hw/net/Kconfig b/hw/net/Kconfig
new file mode 100644
index 0000000..19ca549
--- /dev/null
+++ b/hw/net/Kconfig
@@ -0,0 +1,74 @@
+menu "Network devices"
+ config DP8393X
+ bool
+
+ config XEN_BACKEND
+ bool
+
+ config NE2000_PCI
+ bool "NE2000 ethernet card"
+ depends on PCI
+
+ config EEPRO100_PCI
+ bool "Intel EEPRO100"
+ depends on PCI
+
+ config PCNET_COMMON
+ bool
+
+ config PCNET_PCI
+ bool
+ depends on PCI
+ select PCNET_COMMON
+
+ config E1000_PCI
+ bool "Intel Gigabit E1000 ethernet"
+ depends on PCI
+
+ config RTL8139_PCI
+ bool "Realtek RTL8139 ethernet"
+ depends on PCI
+
+ config VMXNET3_PCI
+ bool "VmWare paravirtual Ethernet v3"
+ depends on PCI
+
+ config SMC91C111
+ bool
+
+ config LAN9118
+ bool
+ select PTIMER
+
+ config NE2000_ISA
+ bool
+ select NE2000_PCI
+
+ config OPENCORES_ETH
+ bool
+
+ config XGMAC
+ bool
+
+ config MIPSNET
+ bool
+
+ config XILINX_AXI
+ bool
+
+ config STELLARIS_ENET
+ bool
+
+ config LANCE
+ bool
+ select PCNET_COMMON
+
+ config COLDFIRE
+ bool
+
+ config XILINX_ETHLITE
+ bool
+
+ config VIRTIO
+ bool
+endmenu
--
1.7.10.4
- Re: [Qemu-devel] [PATCH 30/47] hw/intc/Kconfig: Add Kconfig file, (continued)
- [Qemu-devel] [PATCH 29/47] hw/input/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 31/47] hw/isa/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 32/47] hw/misc/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 34/47] hw/nvram/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 35/47] hw/pci/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 36/47] hw/pci-bridge/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 33/47] hw/net/Kconfig: Add Kconfig file,
Ákos Kovács <=
- [Qemu-devel] [PATCH 37/47] hw/pci-host/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 38/47] hw/scsi/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 39/47] hw/sd/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 40/47] hw/ssi/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 41/47] hw/timer/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 42/47] hw/tpm/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 43/47] hw/usb/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25