
26 Sep
2016
26 Sep
'16
8:29 p.m.
Without adding a prompt for CONFIG_MIPS_CM_BASE, Kconfig doesn't allow defconfigs to set it. Provide the prompt in order to allow for that.
Signed-off-by: Paul Burton paul.burton@imgtec.com ---
arch/mips/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 097ad58..b425414 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -352,7 +352,8 @@ config MIPS_CM information such as cache configuration.
config MIPS_CM_BASE - hex + hex "MIPS CM GCR Base Address" + depends on MIPS_CM default 0x1fbf8000 help The physical base address at which to map the MIPS Coherence Manager
--
2.10.0