[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
- [Qemu-devel] [PATCH 40/47] hw/ssi/Kconfig: Add Kconfig file, (continued)
- [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
- [Qemu-devel] [PATCH 44/47] hw/watchdog/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 45/47] hw/Kconfig: Add the main Kconfig for hw/, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 46/47] configure: Generate Kconfig.targets with --target-list, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 47/47] Kconfig: Main kconfig file added,
Ákos Kovács <=
- Re: [Qemu-devel] [RFC PATCH 00/47] Describing patchset, Peter Maydell, 2013/08/26