1 # SPDX-License-Identifier: GPL-2.0
7 Select this from your board if the board must use a legacy, non-UHI,
8 boot protocol. This will cause the kernel to scan through the list of
9 supported machines calling their detect functions in turn if the
10 kernel is booted without being provided with an FDT via the UHI
16 Select this from your board if the board uses the YAMON bootloader
17 and you wish to include code which helps translate various
18 YAMON-provided environment variables into a device tree properties.
20 comment "Legacy (non-UHI/non-FIT) Boards"
22 config LEGACY_BOARD_SEAD3
23 bool "Support MIPS SEAD-3 boards"
27 Enable this to include support for booting on MIPS SEAD-3 FPGA-based
28 development boards, which boot using a legacy boot protocol.
30 comment "FIT/UHI Boards"
32 config FIT_IMAGE_FDT_BOSTON
33 bool "Include FDT for MIPS Boston boards"
35 Enable this to include the FDT for the MIPS Boston development board
36 from Imagination Technologies in the FIT kernel image. You should
37 enable this if you wish to boot on a MIPS Boston board, as it is
38 expected by the bootloader.
40 config FIT_IMAGE_FDT_NI169445
41 bool "Include FDT for NI 169445"
43 Enable this to include the FDT for the 169445 platform from
44 National Instruments in the FIT kernel image.
46 config FIT_IMAGE_FDT_XILFPGA
47 bool "Include FDT for Xilfpga"
49 Enable this to include the FDT for the MIPSfpga platform
50 from Imagination Technologies in the FIT kernel image.
52 config VIRT_BOARD_RANCHU
53 bool "Support Ranchu platform for Android emulator"
55 This enables support for the platform used by Android emulator.
57 Ranchu platform consists of a set of virtual devices. This platform
58 enables emulation of variety of virtual configurations while using
59 Android emulator. Android emulator is based on Qemu, and contains
60 the support for the same set of virtual devices.