Kconfig (0cce284537fb42d9c28b9b31038ffc9b464555f5) Kconfig (571b7e69f7f775c531ffaf73ae476b1e46150f41)
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
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
12config LEGACY_BOARD_SEAD3
13 bool "Support MIPS SEAD-3 boards"
14 select LEGACY_BOARDS
19config LEGACY_BOARD_SEAD3
20 bool "Support MIPS SEAD-3 boards"
21 select LEGACY_BOARDS
22 select YAMON_DT_SHIM
15 help
16 Enable this to include support for booting on MIPS SEAD-3 FPGA-based
17 development boards, which boot using a legacy boot protocol.
18
19endif
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
27endif