Signed-off-by: Ákos Kovács <akoskov...@gmx.com> --- Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Kconfig
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" + -- 1.8.1.2