summaryrefslogtreecommitdiffstats
path: root/src/soc/imgtec/pistachio/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/imgtec/pistachio/Kconfig')
-rw-r--r--src/soc/imgtec/pistachio/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/soc/imgtec/pistachio/Kconfig b/src/soc/imgtec/pistachio/Kconfig
index 2e28174..5ea6b95 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
OpenPOWER on IntegriCloud