# SPDX-License-Identifier: GPL-2.0 if [31mCONFIG_MIPS_GENERIC[0m config [31mCONFIG_LEGACY_BOARDS[0m bool help Select this from your board if the board must use a legacy, non-UHI, boot protocol. This will cause the kernel to scan through the list of supported machines calling their detect functions in turn if the kernel is booted without being provided with an FDT via the UHI boot protocol. config [31mCONFIG_YAMON_DT_SHIM[0m bool help Select this from your board if the board uses the YAMON bootloader and you wish to include code which helps translate various YAMON-provided environment variables into a device tree properties. comment "Legacy (non-UHI/non-FIT) Boards" config [31mCONFIG_LEGACY_BOARD_SEAD3[0m bool "Support MIPS SEAD-3 boards" select [31mCONFIG_LEGACY_BOARDS[0m select [31mCONFIG_YAMON_DT_SHIM[0m help Enable this to include support for booting on [31mCONFIG_MIPS[0m SEAD-3 [31mCONFIG_FPGA[0m-based development boards, which boot using a legacy boot protocol. comment "MSCC Ocelot doesn't work with SEAD3 enabled" depends on [31mCONFIG_LEGACY_BOARD_SEAD3[0m config [31mCONFIG_LEGACY_BOARD_OCELOT[0m bool "Support MSCC Ocelot boards" depends on [31mCONFIG_LEGACY_BOARD_SEAD3[0m=n select [31mCONFIG_LEGACY_BOARDS[0m select [31mCONFIG_MSCC_OCELOT[0m select [31mCONFIG_SYS_HAS_EARLY_PRINTK[0m select [31mCONFIG_USE_GENERIC_EARLY_PRINTK_8250[0m config [31mCONFIG_MSCC_OCELOT[0m bool select [31mCONFIG_GPIOLIB[0m select [31mCONFIG_MSCC_OCELOT_IRQ[0m comment "FIT/UHI Boards" config [31mCONFIG_FIT_IMAGE_FDT_BOSTON[0m bool "Include FDT for MIPS Boston boards" help Enable this to include the FDT for the [31mCONFIG_MIPS[0m Boston development board from Imagination Technologies in the FIT kernel image. You should enable this if you wish to boot on a [31mCONFIG_MIPS[0m Boston board, as it is expected by the bootloader. config [31mCONFIG_FIT_IMAGE_FDT_NI169445[0m bool "Include FDT for NI 169445" help Enable this to include the FDT for the 169445 platform from National Instruments in the FIT kernel image. config [31mCONFIG_FIT_IMAGE_FDT_XILFPGA[0m bool "Include FDT for Xilfpga" help Enable this to include the FDT for the MIPSfpga platform from Imagination Technologies in the FIT kernel image. config [31mCONFIG_FIT_IMAGE_FDT_OCELOT[0m bool "Include FDT for Microsemi Ocelot development platforms" select [31mCONFIG_MSCC_OCELOT[0m help Enable this to include the FDT for the Ocelot development platforms from Microsemi in the FIT kernel image. This requires u-boot on the platform. config [31mCONFIG_VIRT_BOARD_RANCHU[0m bool "Support Ranchu platform for Android emulator" help This enables support for the platform used by Android emulator. Ranchu platform consists of a set of virtual devices. This platform enables emulation of variety of virtual configurations while using Android emulator. Android emulator is based on Qemu, and contains the support for the same set of virtual devices. endif |