diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/mips/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/mips/Kconfig b/src/arch/mips/Kconfig index 5ee23d37c0..5c0fc5c0e8 100644 --- a/src/arch/mips/Kconfig +++ b/src/arch/mips/Kconfig @@ -24,6 +24,10 @@ config ARCH_BOOTBLOCK_MIPS default n select ARCH_MIPS +config ARCH_VERSTAGE_MIPS + bool + default n + config ARCH_ROMSTAGE_MIPS bool default n |