Paul Burton | eed0eab | 2016-10-05 18:18:20 +0100 | [diff] [blame] | 1 | if MIPS_GENERIC |
| 2 | |
| 3 | config 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 | |
Paul Burton | 3f5f0a4 | 2016-10-05 18:18:21 +0100 | [diff] [blame] | 12 | config LEGACY_BOARD_SEAD3 |
| 13 | bool "Support MIPS SEAD-3 boards" |
| 14 | select LEGACY_BOARDS |
| 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 | |
Paul Burton | eed0eab | 2016-10-05 18:18:20 +0100 | [diff] [blame] | 19 | endif |