xref: /linux/arch/mips/generic/Kconfig (revision f2d0b0d5c1718487f8a27d3ca3ec0f05ca3adedd)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2eed0eabdSPaul Burtonif MIPS_GENERIC
3eed0eabdSPaul Burton
4eed0eabdSPaul Burtonconfig LEGACY_BOARDS
5eed0eabdSPaul Burton	bool
6eed0eabdSPaul Burton	help
7eed0eabdSPaul Burton	  Select this from your board if the board must use a legacy, non-UHI,
8eed0eabdSPaul Burton	  boot protocol. This will cause the kernel to scan through the list of
9eed0eabdSPaul Burton	  supported machines calling their detect functions in turn if the
10eed0eabdSPaul Burton	  kernel is booted without being provided with an FDT via the UHI
11eed0eabdSPaul Burton	  boot protocol.
12eed0eabdSPaul Burton
13571b7e69SPaul Burtonconfig YAMON_DT_SHIM
14571b7e69SPaul Burton	bool
15571b7e69SPaul Burton	help
16571b7e69SPaul Burton	  Select this from your board if the board uses the YAMON bootloader
17571b7e69SPaul Burton	  and you wish to include code which helps translate various
18571b7e69SPaul Burton	  YAMON-provided environment variables into a device tree properties.
19571b7e69SPaul Burton
206e62a888SPaul Burtoncomment "Legacy (non-UHI/non-FIT) Boards"
216e62a888SPaul Burton
223f5f0a44SPaul Burtonconfig LEGACY_BOARD_SEAD3
233f5f0a44SPaul Burton	bool "Support MIPS SEAD-3 boards"
243f5f0a44SPaul Burton	select LEGACY_BOARDS
25571b7e69SPaul Burton	select YAMON_DT_SHIM
263f5f0a44SPaul Burton	help
273f5f0a44SPaul Burton	  Enable this to include support for booting on MIPS SEAD-3 FPGA-based
283f5f0a44SPaul Burton	  development boards, which boot using a legacy boot protocol.
293f5f0a44SPaul Burton
306e62a888SPaul Burtoncomment "FIT/UHI Boards"
316e62a888SPaul Burton
326e62a888SPaul Burtonconfig FIT_IMAGE_FDT_BOSTON
336e62a888SPaul Burton	bool "Include FDT for MIPS Boston boards"
346e62a888SPaul Burton	help
356e62a888SPaul Burton	  Enable this to include the FDT for the MIPS Boston development board
366e62a888SPaul Burton	  from Imagination Technologies in the FIT kernel image. You should
376e62a888SPaul Burton	  enable this if you wish to boot on a MIPS Boston board, as it is
386e62a888SPaul Burton	  expected by the bootloader.
396e62a888SPaul Burton
407aacf86bSNathan Sullivanconfig FIT_IMAGE_FDT_NI169445
417aacf86bSNathan Sullivan	bool "Include FDT for NI 169445"
427aacf86bSNathan Sullivan	help
437aacf86bSNathan Sullivan	  Enable this to include the FDT for the 169445 platform from
447aacf86bSNathan Sullivan	  National Instruments in the FIT kernel image.
457aacf86bSNathan Sullivan
46b35565bbSZubair Lutfullah Kakakhelconfig FIT_IMAGE_FDT_XILFPGA
47b35565bbSZubair Lutfullah Kakakhel	bool "Include FDT for Xilfpga"
48b35565bbSZubair Lutfullah Kakakhel	help
49b35565bbSZubair Lutfullah Kakakhel	  Enable this to include the FDT for the MIPSfpga platform
50b35565bbSZubair Lutfullah Kakakhel	  from Imagination Technologies in the FIT kernel image.
51b35565bbSZubair Lutfullah Kakakhel
52*f2d0b0d5SMiodrag Dinicconfig VIRT_BOARD_RANCHU
53*f2d0b0d5SMiodrag Dinic	bool "Support Ranchu platform for Android emulator"
54*f2d0b0d5SMiodrag Dinic	help
55*f2d0b0d5SMiodrag Dinic	  This enables support for the platform used by Android emulator.
56*f2d0b0d5SMiodrag Dinic
57*f2d0b0d5SMiodrag Dinic	  Ranchu platform consists of a set of virtual devices. This platform
58*f2d0b0d5SMiodrag Dinic	  enables emulation of variety of virtual configurations while using
59*f2d0b0d5SMiodrag Dinic	  Android emulator. Android emulator is based on Qemu, and contains
60*f2d0b0d5SMiodrag Dinic	  the support for the same set of virtual devices.
61*f2d0b0d5SMiodrag Dinic
62eed0eabdSPaul Burtonendif
63