MIPS: generic: Add support for Ingenic SoCs
authorPaul Cercueil <paul@crapouillou.net>
Sun, 6 Sep 2020 19:29:31 +0000 (21:29 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 18 Sep 2020 14:33:59 +0000 (16:33 +0200)
commitf0f4a753079c636d5d43a102edbde0dad1e7de51
tree53249dace98d456e5b5139ee8e578967ecf39890
parent02bd530f888c6d6ba4995c3afcd10f87c136f173
MIPS: generic: Add support for Ingenic SoCs

Add support for Ingenic SoCs in arch/mips/generic/.

The Kconfig changes are here to ensure that it is possible to compile
either a generic kernel that supports Ingenic SoCs, or a Ingenic-only
kernel, both using the same code base, to avoid duplicated code.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Kbuild.platforms
arch/mips/Kconfig
arch/mips/generic/Kconfig
arch/mips/generic/Makefile
arch/mips/generic/Platform
arch/mips/generic/board-ingenic.c [new file with mode: 0644]
arch/mips/jz4740/Kconfig