xref: /linux/arch/mips/generic/Kconfig (revision 3f5f0a4475e13345326061f00c68f428232ba2bc)
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*3f5f0a44SPaul Burtonconfig LEGACY_BOARD_SEAD3
13*3f5f0a44SPaul Burton	bool "Support MIPS SEAD-3 boards"
14*3f5f0a44SPaul Burton	select LEGACY_BOARDS
15*3f5f0a44SPaul Burton	help
16*3f5f0a44SPaul Burton	  Enable this to include support for booting on MIPS SEAD-3 FPGA-based
17*3f5f0a44SPaul Burton	  development boards, which boot using a legacy boot protocol.
18*3f5f0a44SPaul Burton
19eed0eabdSPaul Burtonendif
20