Kconfig (700364dadceb8d60ca1bb6ccd3da619a36ecdcde) Kconfig (2825f4c0ffcdf6e519e30ecdae4cd8c1c89a1cb9)
1# SPDX-License-Identifier: GPL-2.0
2if MIPS_GENERIC_KERNEL
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

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

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
1# SPDX-License-Identifier: GPL-2.0
2if MIPS_GENERIC_KERNEL
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

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

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"
34 bool "Legacy support for Ocelot based boards"
35 depends on LEGACY_BOARD_SEAD3=n
36 select LEGACY_BOARDS
37 select SOC_VCOREIII
38 select SYS_HAS_EARLY_PRINTK
39 select USE_GENERIC_EARLY_PRINTK_8250
40
41config SOC_VCOREIII
42 bool

--- 55 unchanged lines hidden ---
35 depends on LEGACY_BOARD_SEAD3=n
36 select LEGACY_BOARDS
37 select SOC_VCOREIII
38 select SYS_HAS_EARLY_PRINTK
39 select USE_GENERIC_EARLY_PRINTK_8250
40
41config SOC_VCOREIII
42 bool

--- 55 unchanged lines hidden ---