xref: /openbmc/linux/arch/mips/generic/Kconfig (revision b24413180f5600bcb3bb70fbed5cf186b60864bd)
1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2eed0eabdSPaul Burtonif MIPS_GENERIC
3eed0eabdSPaul Burton
4eed0eabdSPaul Burtonconfig LEGACY_BOARDS
5eed0eabdSPaul Burton	bool
6eed0eabdSPaul Burton	help
7eed0eabdSPaul Burton	  Select this from your board if the board must use a legacy, non-UHI,
8eed0eabdSPaul Burton	  boot protocol. This will cause the kernel to scan through the list of
9eed0eabdSPaul Burton	  supported machines calling their detect functions in turn if the
10eed0eabdSPaul Burton	  kernel is booted without being provided with an FDT via the UHI
11eed0eabdSPaul Burton	  boot protocol.
12eed0eabdSPaul Burton
13571b7e69SPaul Burtonconfig YAMON_DT_SHIM
14571b7e69SPaul Burton	bool
15571b7e69SPaul Burton	help
16571b7e69SPaul Burton	  Select this from your board if the board uses the YAMON bootloader
17571b7e69SPaul Burton	  and you wish to include code which helps translate various
18571b7e69SPaul Burton	  YAMON-provided environment variables into a device tree properties.
19571b7e69SPaul Burton
206e62a888SPaul Burtoncomment "Legacy (non-UHI/non-FIT) Boards"
216e62a888SPaul Burton
223f5f0a44SPaul Burtonconfig LEGACY_BOARD_SEAD3
233f5f0a44SPaul Burton	bool "Support MIPS SEAD-3 boards"
243f5f0a44SPaul Burton	select LEGACY_BOARDS
25571b7e69SPaul Burton	select YAMON_DT_SHIM
263f5f0a44SPaul Burton	help
273f5f0a44SPaul Burton	  Enable this to include support for booting on MIPS SEAD-3 FPGA-based
283f5f0a44SPaul Burton	  development boards, which boot using a legacy boot protocol.
293f5f0a44SPaul Burton
306e62a888SPaul Burtoncomment "FIT/UHI Boards"
316e62a888SPaul Burton
326e62a888SPaul Burtonconfig FIT_IMAGE_FDT_BOSTON
336e62a888SPaul Burton	bool "Include FDT for MIPS Boston boards"
346e62a888SPaul Burton	help
356e62a888SPaul Burton	  Enable this to include the FDT for the MIPS Boston development board
366e62a888SPaul Burton	  from Imagination Technologies in the FIT kernel image. You should
376e62a888SPaul Burton	  enable this if you wish to boot on a MIPS Boston board, as it is
386e62a888SPaul Burton	  expected by the bootloader.
396e62a888SPaul Burton
407aacf86bSNathan Sullivanconfig FIT_IMAGE_FDT_NI169445
417aacf86bSNathan Sullivan	bool "Include FDT for NI 169445"
427aacf86bSNathan Sullivan	help
437aacf86bSNathan Sullivan	  Enable this to include the FDT for the 169445 platform from
447aacf86bSNathan Sullivan	  National Instruments in the FIT kernel image.
457aacf86bSNathan Sullivan
46eed0eabdSPaul Burtonendif
47