diff options
author | Paul Cercueil <paul@crapouillou.net> | 2020-09-06 21:29:31 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-09-18 16:33:59 +0200 |
commit | f0f4a753079c636d5d43a102edbde0dad1e7de51 (patch) | |
tree | 53249dace98d456e5b5139ee8e578967ecf39890 /arch/mips/generic/Kconfig | |
parent | 02bd530f888c6d6ba4995c3afcd10f87c136f173 (diff) | |
download | linux-f0f4a753079c636d5d43a102edbde0dad1e7de51.tar.gz linux-f0f4a753079c636d5d43a102edbde0dad1e7de51.tar.bz2 linux-f0f4a753079c636d5d43a102edbde0dad1e7de51.zip |
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>
Diffstat (limited to 'arch/mips/generic/Kconfig')
-rw-r--r-- | arch/mips/generic/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/generic/Kconfig b/arch/mips/generic/Kconfig index 5216c850b7e2..55d9aed7ced9 100644 --- a/arch/mips/generic/Kconfig +++ b/arch/mips/generic/Kconfig @@ -73,6 +73,12 @@ config FIT_IMAGE_FDT_OCELOT from Microsemi in the FIT kernel image. This requires u-boot on the platform. +config BOARD_INGENIC + bool "Support boards based on Ingenic SoCs" + select MACH_INGENIC_GENERIC + help + Enable support for boards based on Ingenic SoCs. + config VIRT_BOARD_RANCHU bool "Support Ranchu platform for Android emulator" help |