Kconfig (8a103df440afea30c91ebd42e61dc644e647f4bd) Kconfig (b35565bb16a55e5b8c5067e891b7b31a4359bda6)
1# SPDX-License-Identifier: GPL-2.0
2if MIPS_GENERIC
3
4config LEGACY_BOARDS
5 bool
6 help
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

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

38 expected by the bootloader.
39
40config FIT_IMAGE_FDT_NI169445
41 bool "Include FDT for NI 169445"
42 help
43 Enable this to include the FDT for the 169445 platform from
44 National Instruments in the FIT kernel image.
45
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

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

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
45config FIT_IMAGE_FDT_XILFPGA
46 bool "Include FDT for Xilfpga"
47 help
48 Enable this to include the FDT for the MIPSfpga platform
49 from Imagination Technologies in the FIT kernel image.
50
46endif
51endif