diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2017-03-31 11:00:41 +0200 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2017-11-08 23:53:44 +0100 |
commit | b35565bb16a55e5b8c5067e891b7b31a4359bda6 (patch) | |
tree | f7bea793f61c928161db29b16960447f26be492e /arch/mips/generic/Kconfig | |
parent | MIPS: Set defconfig target to a generic system for 32r2el (diff) | |
download | linux-b35565bb16a55e5b8c5067e891b7b31a4359bda6.tar.xz linux-b35565bb16a55e5b8c5067e891b7b31a4359bda6.zip |
MIPS: generic: Add support for MIPSfpga
Add support for the MIPSfpga platform to generic kernel.
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15846/
[jhogan@kernel.org: Use separate board-xilfpga.its.S. Add 32r2 and
little endian requires to board-xilfpga.config]
Signed-off-by: James Hogan <jhogan@kernel.org>
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 e0436aaf7f38..1f45ba436177 100644 --- a/arch/mips/generic/Kconfig +++ b/arch/mips/generic/Kconfig @@ -42,4 +42,10 @@ config FIT_IMAGE_FDT_NI169445 Enable this to include the FDT for the 169445 platform from National Instruments in the FIT kernel image. +config FIT_IMAGE_FDT_XILFPGA + bool "Include FDT for Xilfpga" + help + Enable this to include the FDT for the MIPSfpga platform + from Imagination Technologies in the FIT kernel image. + endif |