Signed-off-by: Ákos Kovács <akoskov...@gmx.com> --- 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