Arthur Heymans has uploaded this change for review.

View Change

arch/mips: Make MIPS specific options depend on select ARCH_MIPS

Also don't define the default as this result in spurious lines in the
.config.

Change-Id: I7f35a5a9dcbc7b25b7806056e2b8e822fa94e428
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
---
M src/arch/mips/Kconfig
M src/soc/imgtec/pistachio/Kconfig
2 files changed, 5 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/31312/1
diff --git a/src/arch/mips/Kconfig b/src/arch/mips/Kconfig
index 9e51d9c..b8570c1 100644
--- a/src/arch/mips/Kconfig
+++ b/src/arch/mips/Kconfig
@@ -16,12 +16,12 @@

config ARCH_MIPS
bool
- default n
+
+if ARCH_MIPS

config ARCH_BOOTBLOCK_MIPS
bool
default n
- select ARCH_MIPS
select BOOTBLOCK_CUSTOM
select C_ENVIRONMENT_BOOTBLOCK

@@ -36,3 +36,5 @@
config ARCH_RAMSTAGE_MIPS
bool
default n
+
+endif # if ARCH_MIPS
diff --git a/src/soc/imgtec/pistachio/Kconfig b/src/soc/imgtec/pistachio/Kconfig
index 333216d..40b63c3 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

To view, visit change 31312. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I7f35a5a9dcbc7b25b7806056e2b8e822fa94e428
Gerrit-Change-Number: 31312
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-MessageType: newchange