Kconfig (498495dba268b20e8eadd7fe93c140c68b6cc9d2) | Kconfig (f2d0b0d5c1718487f8a27d3ca3ec0f05ca3adedd) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2if MIPS_GENERIC 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 --- 35 unchanged lines hidden (view full) --- 44 National Instruments in the FIT kernel image. 45 46config FIT_IMAGE_FDT_XILFPGA 47 bool "Include FDT for Xilfpga" 48 help 49 Enable this to include the FDT for the MIPSfpga platform 50 from Imagination Technologies in the FIT kernel image. 51 | 1# SPDX-License-Identifier: GPL-2.0 2if MIPS_GENERIC 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 --- 35 unchanged lines hidden (view full) --- 44 National Instruments in the FIT kernel image. 45 46config FIT_IMAGE_FDT_XILFPGA 47 bool "Include FDT for Xilfpga" 48 help 49 Enable this to include the FDT for the MIPSfpga platform 50 from Imagination Technologies in the FIT kernel image. 51 |
52config VIRT_BOARD_RANCHU 53 bool "Support Ranchu platform for Android emulator" 54 help 55 This enables support for the platform used by Android emulator. 56 57 Ranchu platform consists of a set of virtual devices. This platform 58 enables emulation of variety of virtual configurations while using 59 Android emulator. Android emulator is based on Qemu, and contains 60 the support for the same set of virtual devices. 61 |
|
52endif | 62endif |