1if MIPS_GENERIC 2 3config LEGACY_BOARDS 4 bool 5 help 6 Select this from your board if the board must use a legacy, non-UHI, 7 boot protocol. This will cause the kernel to scan through the list of 8 supported machines calling their detect functions in turn if the 9 kernel is booted without being provided with an FDT via the UHI 10 boot protocol. 11 12config VIRT_BOARD_RANCHU 13 bool "Support Ranchu platform for Android emulator" 14 help 15 This enables support for the platform used by Android emulator. 16 17 Ranchu platform consists of a set of virtual devices. This platform 18 enables emulation of variety of virtual configurations while using 19 Android emulator. Android emulator is based on Qemu, and contains 20 the support for the same set of virtual devices. 21 22endif 23