diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-02-10 16:29:06 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-07-07 20:59:55 +0000 |
commit | 142258c2f6cbfd76caf749395e666de0b0595318 (patch) | |
tree | 922d6c8c43d127e28802ba47f08a77a6c251eb0e /src/soc/imgtec | |
parent | 2d58bf6a037c8ad474db4a902e799bee637e7ec0 (diff) | |
download | coreboot-142258c2f6cbfd76caf749395e666de0b0595318.tar.xz |
arch/mips: Make MIPS specific options depend on ARCH_MIPS
Also don't define the default as this result in spurious lines in the
.config.
TEST: The generated config.h remain exactly the same for all boards.
Change-Id: I7f35a5a9dcbc7b25b7806056e2b8e822fa94e428
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31312
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/imgtec')
-rw-r--r-- | src/soc/imgtec/pistachio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/imgtec/pistachio/Kconfig b/src/soc/imgtec/pistachio/Kconfig index 333216d15d..40b63c3d5a 100644 --- a/src/soc/imgtec/pistachio/Kconfig +++ b/src/soc/imgtec/pistachio/Kconfig @@ -15,6 +15,7 @@ # config CPU_IMGTEC_PISTACHIO + select ARCH_MIPS select ARCH_BOOTBLOCK_MIPS select ARCH_VERSTAGE_MIPS select ARCH_ROMSTAGE_MIPS |