diff options
Diffstat (limited to 'src/arch/mips/Kconfig')
-rw-r--r-- | src/arch/mips/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/mips/Kconfig b/src/arch/mips/Kconfig index 3d8e2c6bac..5ee23d37c0 100644 --- a/src/arch/mips/Kconfig +++ b/src/arch/mips/Kconfig @@ -19,8 +19,6 @@ # MA 02110-1301 USA # -menu "Architecture (mips)" - config ARCH_BOOTBLOCK_MIPS bool default n @@ -33,5 +31,3 @@ config ARCH_ROMSTAGE_MIPS config ARCH_RAMSTAGE_MIPS bool default n - -endmenu |