Kconfig (378e413fe97e8d66ff4dc90b0b5b6ef3bbc15252) | Kconfig (f84778f7d8c3b867d6aaca9361d7b43b222f9f6a) |
---|---|
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 --- 72 unchanged lines hidden (view full) --- 81config FIT_IMAGE_FDT_LUTON 82 bool "Include FDT for Microsemi Luton development platforms" 83 select SOC_VCOREIII 84 help 85 Enable this to include the FDT for the Luton development platforms 86 from Microsemi in the FIT kernel image. 87 This requires u-boot on the platform. 88 | 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 --- 72 unchanged lines hidden (view full) --- 81config FIT_IMAGE_FDT_LUTON 82 bool "Include FDT for Microsemi Luton development platforms" 83 select SOC_VCOREIII 84 help 85 Enable this to include the FDT for the Luton development platforms 86 from Microsemi in the FIT kernel image. 87 This requires u-boot on the platform. 88 |
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 |
|
89config BOARD_INGENIC 90 bool "Support boards based on Ingenic SoCs" 91 select MACH_INGENIC_GENERIC 92 help 93 Enable support for boards based on Ingenic SoCs. 94 95config VIRT_BOARD_RANCHU 96 bool "Support Ranchu platform for Android emulator" 97 help 98 This enables support for the platform used by Android emulator. 99 100 Ranchu platform consists of a set of virtual devices. This platform 101 enables emulation of variety of virtual configurations while using 102 Android emulator. Android emulator is based on Qemu, and contains 103 the support for the same set of virtual devices. 104 105endif | 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 |