1eed0eabdSPaul Burtonif MIPS_GENERIC 2eed0eabdSPaul Burton 3eed0eabdSPaul Burtonconfig LEGACY_BOARDS 4eed0eabdSPaul Burton bool 5eed0eabdSPaul Burton help 6eed0eabdSPaul Burton Select this from your board if the board must use a legacy, non-UHI, 7eed0eabdSPaul Burton boot protocol. This will cause the kernel to scan through the list of 8eed0eabdSPaul Burton supported machines calling their detect functions in turn if the 9eed0eabdSPaul Burton kernel is booted without being provided with an FDT via the UHI 10eed0eabdSPaul Burton boot protocol. 11eed0eabdSPaul Burton 12571b7e69SPaul Burtonconfig YAMON_DT_SHIM 13571b7e69SPaul Burton bool 14571b7e69SPaul Burton help 15571b7e69SPaul Burton Select this from your board if the board uses the YAMON bootloader 16571b7e69SPaul Burton and you wish to include code which helps translate various 17571b7e69SPaul Burton YAMON-provided environment variables into a device tree properties. 18571b7e69SPaul Burton 196e62a888SPaul Burtoncomment "Legacy (non-UHI/non-FIT) Boards" 206e62a888SPaul Burton 213f5f0a44SPaul Burtonconfig LEGACY_BOARD_SEAD3 223f5f0a44SPaul Burton bool "Support MIPS SEAD-3 boards" 233f5f0a44SPaul Burton select LEGACY_BOARDS 24571b7e69SPaul Burton select YAMON_DT_SHIM 253f5f0a44SPaul Burton help 263f5f0a44SPaul Burton Enable this to include support for booting on MIPS SEAD-3 FPGA-based 273f5f0a44SPaul Burton development boards, which boot using a legacy boot protocol. 283f5f0a44SPaul Burton 296e62a888SPaul Burtoncomment "FIT/UHI Boards" 306e62a888SPaul Burton 316e62a888SPaul Burtonconfig FIT_IMAGE_FDT_BOSTON 326e62a888SPaul Burton bool "Include FDT for MIPS Boston boards" 336e62a888SPaul Burton help 346e62a888SPaul Burton Enable this to include the FDT for the MIPS Boston development board 356e62a888SPaul Burton from Imagination Technologies in the FIT kernel image. You should 366e62a888SPaul Burton enable this if you wish to boot on a MIPS Boston board, as it is 376e62a888SPaul Burton expected by the bootloader. 386e62a888SPaul Burton 397aacf86bSNathan Sullivanconfig FIT_IMAGE_FDT_NI169445 407aacf86bSNathan Sullivan bool "Include FDT for NI 169445" 417aacf86bSNathan Sullivan help 427aacf86bSNathan Sullivan Enable this to include the FDT for the 169445 platform from 437aacf86bSNathan Sullivan National Instruments in the FIT kernel image. 447aacf86bSNathan Sullivan 45*b35565bbSZubair Lutfullah Kakakhelconfig FIT_IMAGE_FDT_XILFPGA 46*b35565bbSZubair Lutfullah Kakakhel bool "Include FDT for Xilfpga" 47*b35565bbSZubair Lutfullah Kakakhel help 48*b35565bbSZubair Lutfullah Kakakhel Enable this to include the FDT for the MIPSfpga platform 49*b35565bbSZubair Lutfullah Kakakhel from Imagination Technologies in the FIT kernel image. 50*b35565bbSZubair Lutfullah Kakakhel 51eed0eabdSPaul Burtonendif 52