Signed-off-by: Ákos Kovács <akoskov...@gmx.com> --- hw/cpu/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hw/cpu/Kconfig
diff --git a/hw/cpu/Kconfig b/hw/cpu/Kconfig new file mode 100644 index 0000000..d90cbe5 --- /dev/null +++ b/hw/cpu/Kconfig @@ -0,0 +1,11 @@ +config ARM11MPCORE + bool + +config ARM9MPCORE + bool + +config ARM15MPCORE + bool + +config ICC_BUS + bool -- 1.7.10.4