Kconfig (2825f4c0ffcdf6e519e30ecdae4cd8c1c89a1cb9) | Kconfig (378e413fe97e8d66ff4dc90b0b5b6ef3bbc15252) |
---|---|
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 --- 64 unchanged lines hidden (view full) --- 73config FIT_IMAGE_FDT_OCELOT 74 bool "Include FDT for Microsemi Ocelot development platforms" 75 select SOC_VCOREIII 76 help 77 Enable this to include the FDT for the Ocelot development platforms 78 from Microsemi in the FIT kernel image. 79 This requires u-boot on the platform. 80 | 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 --- 64 unchanged lines hidden (view full) --- 73config FIT_IMAGE_FDT_OCELOT 74 bool "Include FDT for Microsemi Ocelot development platforms" 75 select SOC_VCOREIII 76 help 77 Enable this to include the FDT for the Ocelot development platforms 78 from Microsemi in the FIT kernel image. 79 This requires u-boot on the platform. 80 |
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 |
|
81config BOARD_INGENIC 82 bool "Support boards based on Ingenic SoCs" 83 select MACH_INGENIC_GENERIC 84 help 85 Enable support for boards based on Ingenic SoCs. 86 87config VIRT_BOARD_RANCHU 88 bool "Support Ranchu platform for Android emulator" 89 help 90 This enables support for the platform used by Android emulator. 91 92 Ranchu platform consists of a set of virtual devices. This platform 93 enables emulation of variety of virtual configurations while using 94 Android emulator. Android emulator is based on Qemu, and contains 95 the support for the same set of virtual devices. 96 97endif | 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 |