qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 47/47] Kconfig: Main kconfig file added


From: Ákos Kovács
Subject: [Qemu-devel] [PATCH 47/47] Kconfig: Main kconfig file added
Date: Mon, 26 Aug 2013 00:58:56 +0200

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

diff --git a/Kconfig b/Kconfig
new file mode 100644
index 0000000..7fd9771
--- /dev/null
+++ b/Kconfig
@@ -0,0 +1,12 @@
+# Kconfig SeaBIOS configuration
+
+mainmenu "QEMU Configuration"
+
+# Include the user-selected Kconfigs
+menu "Boards"
+    source "Kconfig.targets"
+endmenu
+
+# Device and bus configurations
+source "hw/Kconfig"
+
-- 
1.7.10.4




reply via email to

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