diff options
Diffstat (limited to 'hw/mips/Kconfig')
-rw-r--r-- | hw/mips/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig new file mode 100644 index 0000000000..348c9bf6d3 --- /dev/null +++ b/hw/mips/Kconfig @@ -0,0 +1,20 @@ +config R4K + bool + +config MALTA + bool + +config MIPSSIM + bool + +config JAZZ + bool + +config FULONG + bool + +config MIPS_CPS + bool + +config MIPS_BOSTON + bool |