summaryrefslogtreecommitdiffstats
path: root/arch/mips/generic
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@bootlin.com>2020-11-10 12:45:03 +0100
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-11-12 23:32:05 +0100
commit2825f4c0ffcdf6e519e30ecdae4cd8c1c89a1cb9 (patch)
tree63b597d7b208a3e9a005e6535bfc6fed54dc8ae9 /arch/mips/generic
parent700364dadceb8d60ca1bb6ccd3da619a36ecdcde (diff)
downloadlinux-2825f4c0ffcdf6e519e30ecdae4cd8c1c89a1cb9.tar.bz2
MIPS: mscc: Fix configuration name for ocelot legacy boards
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> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/generic')
-rw-r--r--arch/mips/generic/Kconfig2
1 files changed, 1 insertions, 1 deletions
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