Signed-off-by: Ákos Kovács <akoskov...@gmx.com> --- hw/core/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hw/core/Kconfig
diff --git a/hw/core/Kconfig b/hw/core/Kconfig new file mode 100644 index 0000000..8c275f7 --- /dev/null +++ b/hw/core/Kconfig @@ -0,0 +1,11 @@ +config EMPTY_SLOT + bool + +config XILINX_AXI + bool + +config PTIMER + bool + +config SOFTMMU + bool -- 1.7.10.4