xref: /linux/arch/mips/generic/Kconfig (revision 571b7e69f7f775c531ffaf73ae476b1e46150f41)
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
12*571b7e69SPaul Burtonconfig YAMON_DT_SHIM
13*571b7e69SPaul Burton	bool
14*571b7e69SPaul Burton	help
15*571b7e69SPaul Burton	  Select this from your board if the board uses the YAMON bootloader
16*571b7e69SPaul Burton	  and you wish to include code which helps translate various
17*571b7e69SPaul Burton	  YAMON-provided environment variables into a device tree properties.
18*571b7e69SPaul Burton
193f5f0a44SPaul Burtonconfig LEGACY_BOARD_SEAD3
203f5f0a44SPaul Burton	bool "Support MIPS SEAD-3 boards"
213f5f0a44SPaul Burton	select LEGACY_BOARDS
22*571b7e69SPaul Burton	select YAMON_DT_SHIM
233f5f0a44SPaul Burton	help
243f5f0a44SPaul Burton	  Enable this to include support for booting on MIPS SEAD-3 FPGA-based
253f5f0a44SPaul Burton	  development boards, which boot using a legacy boot protocol.
263f5f0a44SPaul Burton
27eed0eabdSPaul Burtonendif
28