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 19*6e62a888SPaul Burtoncomment "Legacy (non-UHI/non-FIT) Boards" 20*6e62a888SPaul 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 29*6e62a888SPaul Burtoncomment "FIT/UHI Boards" 30*6e62a888SPaul Burton 31*6e62a888SPaul Burtonconfig FIT_IMAGE_FDT_BOSTON 32*6e62a888SPaul Burton bool "Include FDT for MIPS Boston boards" 33*6e62a888SPaul Burton help 34*6e62a888SPaul Burton Enable this to include the FDT for the MIPS Boston development board 35*6e62a888SPaul Burton from Imagination Technologies in the FIT kernel image. You should 36*6e62a888SPaul Burton enable this if you wish to boot on a MIPS Boston board, as it is 37*6e62a888SPaul Burton expected by the bootloader. 38*6e62a888SPaul Burton 39eed0eabdSPaul Burtonendif 40