Kconfig (1724c7c0c9494dcbdd7f630f29e1e8427cb231d1) Kconfig (7aacf86b75bc5523d20fd9127104384fce51ce9c)
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

--- 22 unchanged lines hidden (view full) ---

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
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

--- 22 unchanged lines hidden (view full) ---

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
39endif
45endif