Kconfig (c434b9f80b0923e6460031b0fd964f8b0bf3c6a6) | Kconfig (f0f4a753079c636d5d43a102edbde0dad1e7de51) |
---|---|
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 --- 59 unchanged lines hidden (view full) --- 68config FIT_IMAGE_FDT_OCELOT 69 bool "Include FDT for Microsemi Ocelot development platforms" 70 select MSCC_OCELOT 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 | 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 --- 59 unchanged lines hidden (view full) --- 68config FIT_IMAGE_FDT_OCELOT 69 bool "Include FDT for Microsemi Ocelot development platforms" 70 select MSCC_OCELOT 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 79 help 80 Enable support for boards based on Ingenic SoCs. 81 |
|
76config VIRT_BOARD_RANCHU 77 bool "Support Ranchu platform for Android emulator" 78 help 79 This enables support for the platform used by Android emulator. 80 81 Ranchu platform consists of a set of virtual devices. This platform 82 enables emulation of variety of virtual configurations while using 83 Android emulator. Android emulator is based on Qemu, and contains 84 the support for the same set of virtual devices. 85 86endif | 82config VIRT_BOARD_RANCHU 83 bool "Support Ranchu platform for Android emulator" 84 help 85 This enables support for the platform used by Android emulator. 86 87 Ranchu platform consists of a set of virtual devices. This platform 88 enables emulation of variety of virtual configurations while using 89 Android emulator. Android emulator is based on Qemu, and contains 90 the support for the same set of virtual devices. 91 92endif |