hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/mips/generic/Kconfig
....@@ -1,5 +1,5 @@
11 # SPDX-License-Identifier: GPL-2.0
2
-if MIPS_GENERIC
2
+if MIPS_GENERIC_KERNEL
33
44 config LEGACY_BOARDS
55 bool
....@@ -65,14 +65,20 @@
6565 Enable this to include the FDT for the MIPSfpga platform
6666 from Imagination Technologies in the FIT kernel image.
6767
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"
7070 select MSCC_OCELOT
7171 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
7373 from Microsemi in the FIT kernel image.
7474 This requires u-boot on the platform.
7575
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
+
7682 config VIRT_BOARD_RANCHU
7783 bool "Support Ranchu platform for Android emulator"
7884 help