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