diff mbox series

[v2,4/9] MIPS: mscc: Fix configuration name for ocelot legacy boards

Message ID 20201110114508.1197652-5-gregory.clement@bootlin.com
State Accepted
Commit 2825f4c0ffcdf6e519e30ecdae4cd8c1c89a1cb9
Headers show
Series MIPS: Add support for more mscc SoCs: Luton, Serval and Jaguar2 | expand

Commit Message

Gregory CLEMENT Nov. 10, 2020, 11:45 a.m. UTC
Ocelots is supported by the generic MIPS build so make it clears that
LEGACY_BOARD_OCELOT is only needed for legacy boards which didn't have
bootloader supporting device tree.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
---
 arch/mips/generic/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexandre Belloni Nov. 10, 2020, 12:30 p.m. UTC | #1
On 10/11/2020 12:45:03+0100, Gregory CLEMENT wrote:
> Ocelots is supported by the generic MIPS build so make it clears that
> LEGACY_BOARD_OCELOT is only needed for legacy boards which didn't have
> bootloader supporting device tree.
> 
> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

> ---
>  arch/mips/generic/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/generic/Kconfig b/arch/mips/generic/Kconfig
> index 45431b88dded..eb2a3fa9fcd7 100644
> --- a/arch/mips/generic/Kconfig
> +++ b/arch/mips/generic/Kconfig
> @@ -31,7 +31,7 @@ comment "MSCC Ocelot doesn't work with SEAD3 enabled"
>  	depends on LEGACY_BOARD_SEAD3
>  
>  config LEGACY_BOARD_OCELOT
> -	bool "Support MSCC Ocelot boards"
> +	bool "Legacy support for Ocelot based boards"
>  	depends on LEGACY_BOARD_SEAD3=n
>  	select LEGACY_BOARDS
>  	select SOC_VCOREIII
> -- 
> 2.28.0
>
diff mbox series

Patch

diff --git a/arch/mips/generic/Kconfig b/arch/mips/generic/Kconfig
index 45431b88dded..eb2a3fa9fcd7 100644
--- a/arch/mips/generic/Kconfig
+++ b/arch/mips/generic/Kconfig
@@ -31,7 +31,7 @@  comment "MSCC Ocelot doesn't work with SEAD3 enabled"
 	depends on LEGACY_BOARD_SEAD3
 
 config LEGACY_BOARD_OCELOT
-	bool "Support MSCC Ocelot boards"
+	bool "Legacy support for Ocelot based boards"
 	depends on LEGACY_BOARD_SEAD3=n
 	select LEGACY_BOARDS
 	select SOC_VCOREIII