Kconfig (571b7e69f7f775c531ffaf73ae476b1e46150f41) Kconfig (6e62a888029b4adbbc55894eaa8b929221113948)
1if MIPS_GENERIC
2
3config LEGACY_BOARDS
4 bool
5 help
6 Select this from your board if the board must use a legacy, non-UHI,
7 boot protocol. This will cause the kernel to scan through the list of
8 supported machines calling their detect functions in turn if the
9 kernel is booted without being provided with an FDT via the UHI
10 boot protocol.
11
12config YAMON_DT_SHIM
13 bool
14 help
15 Select this from your board if the board uses the YAMON bootloader
16 and you wish to include code which helps translate various
17 YAMON-provided environment variables into a device tree properties.
18
1if MIPS_GENERIC
2
3config LEGACY_BOARDS
4 bool
5 help
6 Select this from your board if the board must use a legacy, non-UHI,
7 boot protocol. This will cause the kernel to scan through the list of
8 supported machines calling their detect functions in turn if the
9 kernel is booted without being provided with an FDT via the UHI
10 boot protocol.
11
12config YAMON_DT_SHIM
13 bool
14 help
15 Select this from your board if the board uses the YAMON bootloader
16 and you wish to include code which helps translate various
17 YAMON-provided environment variables into a device tree properties.
18
19comment "Legacy (non-UHI/non-FIT) Boards"
20
19config LEGACY_BOARD_SEAD3
20 bool "Support MIPS SEAD-3 boards"
21 select LEGACY_BOARDS
22 select YAMON_DT_SHIM
23 help
24 Enable this to include support for booting on MIPS SEAD-3 FPGA-based
25 development boards, which boot using a legacy boot protocol.
26
21config LEGACY_BOARD_SEAD3
22 bool "Support MIPS SEAD-3 boards"
23 select LEGACY_BOARDS
24 select YAMON_DT_SHIM
25 help
26 Enable this to include support for booting on MIPS SEAD-3 FPGA-based
27 development boards, which boot using a legacy boot protocol.
28
29comment "FIT/UHI Boards"
30
31config FIT_IMAGE_FDT_BOSTON
32 bool "Include FDT for MIPS Boston boards"
33 help
34 Enable this to include the FDT for the MIPS Boston development board
35 from Imagination Technologies in the FIT kernel image. You should
36 enable this if you wish to boot on a MIPS Boston board, as it is
37 expected by the bootloader.
38
27endif
39endif