Kconfig (c6380ecd8e9bee7aba3d9a5a94b58168244c4a61) | Kconfig (6bce3deae4d51326d0f07619ab6443ba771b3fb6) |
---|---|
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 --- 13 unchanged lines hidden (view full) --- 22config LEGACY_BOARD_SEAD3 23 bool "Support MIPS SEAD-3 boards" 24 select LEGACY_BOARDS 25 select YAMON_DT_SHIM 26 help 27 Enable this to include support for booting on MIPS SEAD-3 FPGA-based 28 development boards, which boot using a legacy boot protocol. 29 | 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 --- 13 unchanged lines hidden (view full) --- 22config LEGACY_BOARD_SEAD3 23 bool "Support MIPS SEAD-3 boards" 24 select LEGACY_BOARDS 25 select YAMON_DT_SHIM 26 help 27 Enable this to include support for booting on MIPS SEAD-3 FPGA-based 28 development boards, which boot using a legacy boot protocol. 29 |
30comment "MSCC Ocelot doesn't work with SEAD3 enabled" 31 depends on LEGACY_BOARD_SEAD3 32 33config LEGACY_BOARD_OCELOT 34 bool "Support MSCC Ocelot boards" 35 depends on LEGACY_BOARD_SEAD3=n 36 select LEGACY_BOARDS 37 select MSCC_OCELOT 38 39config MSCC_OCELOT 40 bool 41 select GPIOLIB 42 select MSCC_OCELOT_IRQ 43 select SYS_HAS_EARLY_PRINTK 44 select USE_GENERIC_EARLY_PRINTK_8250 45 |
|
30comment "FIT/UHI Boards" 31 32config FIT_IMAGE_FDT_BOSTON 33 bool "Include FDT for MIPS Boston boards" 34 help 35 Enable this to include the FDT for the MIPS Boston development board 36 from Imagination Technologies in the FIT kernel image. You should 37 enable this if you wish to boot on a MIPS Boston board, as it is --- 25 unchanged lines hidden --- | 46comment "FIT/UHI Boards" 47 48config FIT_IMAGE_FDT_BOSTON 49 bool "Include FDT for MIPS Boston boards" 50 help 51 Enable this to include the FDT for the MIPS Boston development board 52 from Imagination Technologies in the FIT kernel image. You should 53 enable this if you wish to boot on a MIPS Boston board, as it is --- 25 unchanged lines hidden --- |