diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-03-20 14:08:00 +0100 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-03-21 23:33:10 +0000 |
commit | 6bce3deae4d51326d0f07619ab6443ba771b3fb6 (patch) | |
tree | 23fe80edbfe1cdf56dfc06b7a1c862db3456fe58 /arch/mips/Makefile | |
parent | 6b36d31a8a997248a10059e6d8a4e31b9c8310a2 (diff) | |
download | linux-6bce3deae4d51326d0f07619ab6443ba771b3fb6.tar.bz2 |
MIPS: generic: Add support for Microsemi Ocelot
Introduce support for the MIPS based Microsemi Ocelot SoCs.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Allan Nielsen <Allan.Nielsen@microsemi.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/18858/
[jhogan@kernel.org: update ocelot_defconfig specification]
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 2ed4c8927701..646a2d98012d 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -565,6 +565,9 @@ generic_defconfig: # now that the boards have been converted to use the generic kernel they are # wrappers around the generic rules above. # +legacy_defconfigs += ocelot_defconfig +ocelot_defconfig-y := 32r2el_defconfig BOARDS=ocelot + legacy_defconfigs += sead3_defconfig sead3_defconfig-y := 32r2el_defconfig BOARDS=sead-3 |