xref: /openbmc/linux/arch/mips/generic/Kconfig (revision 7aacf86b)
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
19comment "Legacy (non-UHI/non-FIT) Boards"
20
21config LEGACY_BOARD_SEAD3
22	bool "Support MIPS SEAD-3 boards"
23	select LEGACY_BOARDS
24	select YAMON_DT_SHIM
25	help
26	  Enable this to include support for booting on MIPS SEAD-3 FPGA-based
27	  development boards, which boot using a legacy boot protocol.
28
29comment "FIT/UHI Boards"
30
31config FIT_IMAGE_FDT_BOSTON
32	bool "Include FDT for MIPS Boston boards"
33	help
34	  Enable this to include the FDT for the MIPS Boston development board
35	  from Imagination Technologies in the FIT kernel image. You should
36	  enable this if you wish to boot on a MIPS Boston board, as it is
37	  expected by the bootloader.
38
39config FIT_IMAGE_FDT_NI169445
40	bool "Include FDT for NI 169445"
41	help
42	  Enable this to include the FDT for the 169445 platform from
43	  National Instruments in the FIT kernel image.
44
45endif
46