diff options
Diffstat (limited to 'src/soc/imgtec/pistachio/Kconfig')
-rw-r--r-- | src/soc/imgtec/pistachio/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/soc/imgtec/pistachio/Kconfig b/src/soc/imgtec/pistachio/Kconfig index 2e28174329..5ea6b95107 100644 --- a/src/soc/imgtec/pistachio/Kconfig +++ b/src/soc/imgtec/pistachio/Kconfig @@ -15,7 +15,10 @@ # config CPU_IMGTEC_PISTACHIO - select CPU_MIPS + select ARCH_BOOTBLOCK_MIPS + select ARCH_VERSTAGE_MIPS + select ARCH_ROMSTAGE_MIPS + select ARCH_RAMSTAGE_MIPS select GENERIC_UDELAY select HAVE_MONOTONIC_TIMER select HAVE_UART_SPECIAL |