.. | .. |
---|
1 | 1 | # SPDX-License-Identifier: GPL-2.0 |
---|
2 | | -if MIPS_GENERIC |
---|
| 2 | +if MIPS_GENERIC_KERNEL |
---|
3 | 3 | |
---|
4 | 4 | config LEGACY_BOARDS |
---|
5 | 5 | bool |
---|
.. | .. |
---|
65 | 65 | Enable this to include the FDT for the MIPSfpga platform |
---|
66 | 66 | from Imagination Technologies in the FIT kernel image. |
---|
67 | 67 | |
---|
68 | | -config FIT_IMAGE_FDT_OCELOT_PCB123 |
---|
69 | | - bool "Include FDT for Microsemi Ocelot PCB123" |
---|
| 68 | +config FIT_IMAGE_FDT_OCELOT |
---|
| 69 | + bool "Include FDT for Microsemi Ocelot development platforms" |
---|
70 | 70 | select MSCC_OCELOT |
---|
71 | 71 | help |
---|
72 | | - Enable this to include the FDT for the Ocelot PCB123 platform |
---|
| 72 | + Enable this to include the FDT for the Ocelot development platforms |
---|
73 | 73 | from Microsemi in the FIT kernel image. |
---|
74 | 74 | This requires u-boot on the platform. |
---|
75 | 75 | |
---|
| 76 | +config BOARD_INGENIC |
---|
| 77 | + bool "Support boards based on Ingenic SoCs" |
---|
| 78 | + select MACH_INGENIC_GENERIC |
---|
| 79 | + help |
---|
| 80 | + Enable support for boards based on Ingenic SoCs. |
---|
| 81 | + |
---|
76 | 82 | config VIRT_BOARD_RANCHU |
---|
77 | 83 | bool "Support Ranchu platform for Android emulator" |
---|
78 | 84 | help |
---|