Kconfig (666fab4a3ea143315a9c059fad9f3a0f1365d54b) Kconfig (700364dadceb8d60ca1bb6ccd3da619a36ecdcde)
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

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

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

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

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
37 select SOC_VCOREIII
38 select SYS_HAS_EARLY_PRINTK
39 select USE_GENERIC_EARLY_PRINTK_8250
40
38 select SYS_HAS_EARLY_PRINTK
39 select USE_GENERIC_EARLY_PRINTK_8250
40
41config MSCC_OCELOT
41config SOC_VCOREIII
42 bool
43 select GPIOLIB
44 select MSCC_OCELOT_IRQ
42 bool
43 select GPIOLIB
44 select MSCC_OCELOT_IRQ
45 select MSCC_OCELOT #will be removed when driver no more use it
45
46
47#Will be removed when the driver using it will be converted to SOC_VCOREIII
48config MSCC_OCELOT
49 bool
50
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

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

62config FIT_IMAGE_FDT_XILFPGA
63 bool "Include FDT for Xilfpga"
64 help
65 Enable this to include the FDT for the MIPSfpga platform
66 from Imagination Technologies in the FIT kernel image.
67
68config FIT_IMAGE_FDT_OCELOT
69 bool "Include FDT for Microsemi Ocelot development platforms"
51comment "FIT/UHI Boards"
52
53config FIT_IMAGE_FDT_BOSTON
54 bool "Include FDT for MIPS Boston boards"
55 help
56 Enable this to include the FDT for the MIPS Boston development board
57 from Imagination Technologies in the FIT kernel image. You should
58 enable this if you wish to boot on a MIPS Boston board, as it is

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

67config FIT_IMAGE_FDT_XILFPGA
68 bool "Include FDT for Xilfpga"
69 help
70 Enable this to include the FDT for the MIPSfpga platform
71 from Imagination Technologies in the FIT kernel image.
72
73config FIT_IMAGE_FDT_OCELOT
74 bool "Include FDT for Microsemi Ocelot development platforms"
70 select MSCC_OCELOT
75 select SOC_VCOREIII
71 help
72 Enable this to include the FDT for the Ocelot development platforms
73 from Microsemi in the FIT kernel image.
74 This requires u-boot on the platform.
75
76config BOARD_INGENIC
77 bool "Support boards based on Ingenic SoCs"
78 select MACH_INGENIC_GENERIC

--- 14 unchanged lines hidden ---
76 help
77 Enable this to include the FDT for the Ocelot development platforms
78 from Microsemi in the FIT kernel image.
79 This requires u-boot on the platform.
80
81config BOARD_INGENIC
82 bool "Support boards based on Ingenic SoCs"
83 select MACH_INGENIC_GENERIC

--- 14 unchanged lines hidden ---