Kconfig (f84778f7d8c3b867d6aaca9361d7b43b222f9f6a) Kconfig (fe0052018a84d50be034449b4175177f569fbf5c)
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

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

89config FIT_IMAGE_FDT_JAGUAR2
90 bool "Include FDT for Microsemi Jaguar2 development platforms"
91 select SOC_VCOREIII
92 help
93 Enable this to include the FDT for the Jaguar2 development platforms
94 from Microsemi in the FIT kernel image.
95 This requires u-boot on the platform.
96
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

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

89config FIT_IMAGE_FDT_JAGUAR2
90 bool "Include FDT for Microsemi Jaguar2 development platforms"
91 select SOC_VCOREIII
92 help
93 Enable this to include the FDT for the Jaguar2 development platforms
94 from Microsemi in the FIT kernel image.
95 This requires u-boot on the platform.
96
97config FIT_IMAGE_FDT_SERVAL
98 bool "Include FDT for Microsemi Serval development platforms"
99 select SOC_VCOREIII
100 help
101 Enable this to include the FDT for the Serval development platforms
102 from Microsemi in the FIT kernel image.
103 This requires u-boot on the platform.
104
97config BOARD_INGENIC
98 bool "Support boards based on Ingenic SoCs"
99 select MACH_INGENIC_GENERIC
100 help
101 Enable support for boards based on Ingenic SoCs.
102
103config VIRT_BOARD_RANCHU
104 bool "Support Ranchu platform for Android emulator"
105 help
106 This enables support for the platform used by Android emulator.
107
108 Ranchu platform consists of a set of virtual devices. This platform
109 enables emulation of variety of virtual configurations while using
110 Android emulator. Android emulator is based on Qemu, and contains
111 the support for the same set of virtual devices.
112
113endif
105config BOARD_INGENIC
106 bool "Support boards based on Ingenic SoCs"
107 select MACH_INGENIC_GENERIC
108 help
109 Enable support for boards based on Ingenic SoCs.
110
111config VIRT_BOARD_RANCHU
112 bool "Support Ranchu platform for Android emulator"
113 help
114 This enables support for the platform used by Android emulator.
115
116 Ranchu platform consists of a set of virtual devices. This platform
117 enables emulation of variety of virtual configurations while using
118 Android emulator. Android emulator is based on Qemu, and contains
119 the support for the same set of virtual devices.
120
121endif