Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[sfrench/cifs-2.6.git] / arch / mips / generic / Kconfig
1 if MIPS_GENERIC
2
3 config 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
12 config 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
19 comment "Legacy (non-UHI/non-FIT) Boards"
20
21 config 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
29 comment "FIT/UHI Boards"
30
31 config 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
39 endif