qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [v2 37/71] hw/pci/Kconfig: Add Kconfig file


From: Ákos Kovács
Subject: [Qemu-devel] [v2 37/71] hw/pci/Kconfig: Add Kconfig file
Date: Fri, 27 Sep 2013 04:30:58 +0200

Signed-off-by: Ákos Kovács <address@hidden>
---
 hw/pci/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 hw/pci/Kconfig

diff --git a/hw/pci/Kconfig b/hw/pci/Kconfig
new file mode 100644
index 0000000..31a755d
--- /dev/null
+++ b/hw/pci/Kconfig
@@ -0,0 +1,8 @@
+config PCI
+    bool
+
+menu "PCI"
+    config PCI_HOTPLUG
+        bool "Enable hotplugging for PCI devices"
+        depends on PCI
+endmenu
-- 
1.8.1.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]