diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2020-11-10 14:45:06 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-11-13 01:34:03 +0300 |
commit | 378e413fe97e8d66ff4dc90b0b5b6ef3bbc15252 (patch) | |
tree | 0483f7b348d5955f39ca362c1c6f8a2e7ce33cf5 /arch/mips/generic/Kconfig | |
parent | 72bc5e8b25a0031354a27c1da2b89104e2bf32e3 (diff) | |
download | linux-378e413fe97e8d66ff4dc90b0b5b6ef3bbc15252.tar.xz |
MIPS: mscc: build FIT image for Luton
Luton now has already an u-boot port so let's build FIT images.
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/Kconfig')
-rw-r--r-- | arch/mips/generic/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/generic/Kconfig b/arch/mips/generic/Kconfig index eb2a3fa9fcd7..e5a7a1314e71 100644 --- a/arch/mips/generic/Kconfig +++ b/arch/mips/generic/Kconfig @@ -78,6 +78,14 @@ config FIT_IMAGE_FDT_OCELOT from Microsemi in the FIT kernel image. This requires u-boot on the platform. +config FIT_IMAGE_FDT_LUTON + bool "Include FDT for Microsemi Luton development platforms" + select SOC_VCOREIII + help + Enable this to include the FDT for the Luton development platforms + 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 |