diff options
Diffstat (limited to 'src/arch/mips/Kconfig')
-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 5c0fc5c0e8..10349f2d1b 100644 --- a/src/arch/mips/Kconfig +++ b/src/arch/mips/Kconfig @@ -19,6 +19,10 @@ # MA 02110-1301 USA # +config ARCH_MIPS + bool + default n + config ARCH_BOOTBLOCK_MIPS bool default n |