diff mbox

[v2,60/71] Kconfig: Main kconfig file added

Message ID 1380249092-4775-61-git-send-email-akoskovacs@gmx.com
State New
Headers show

Commit Message

Ákos Kovács Sept. 27, 2013, 2:31 a.m. UTC
Signed-off-by: Ákos Kovács <akoskovacs@gmx.com>
---
 Kconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 Kconfig
diff mbox

Patch

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