Kconfig (c1144d29f405ce1f4e6ede6482beb3d0d09750c6) | Kconfig (d5be4aeb5b36ba9cecd6ddbcce972e5d842c5df6) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 30comment "MSCC Ocelot doesn't work with SEAD3 enabled" 31 depends on LEGACY_BOARD_SEAD3 32 33config LEGACY_BOARD_OCELOT 34 bool "Support MSCC Ocelot boards" 35 depends on LEGACY_BOARD_SEAD3=n 36 select LEGACY_BOARDS 37 select MSCC_OCELOT | 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 --- 21 unchanged lines hidden (view full) --- 30comment "MSCC Ocelot doesn't work with SEAD3 enabled" 31 depends on LEGACY_BOARD_SEAD3 32 33config LEGACY_BOARD_OCELOT 34 bool "Support MSCC Ocelot boards" 35 depends on LEGACY_BOARD_SEAD3=n 36 select LEGACY_BOARDS 37 select MSCC_OCELOT |
38 select SYS_HAS_EARLY_PRINTK 39 select USE_GENERIC_EARLY_PRINTK_8250 |
|
38 39config MSCC_OCELOT 40 bool 41 select GPIOLIB 42 select MSCC_OCELOT_IRQ | 40 41config MSCC_OCELOT 42 bool 43 select GPIOLIB 44 select MSCC_OCELOT_IRQ |
43 select SYS_HAS_EARLY_PRINTK 44 select USE_GENERIC_EARLY_PRINTK_8250 | |
45 46comment "FIT/UHI Boards" 47 48config FIT_IMAGE_FDT_BOSTON 49 bool "Include FDT for MIPS Boston boards" 50 help 51 Enable this to include the FDT for the MIPS Boston development board 52 from Imagination Technologies in the FIT kernel image. You should --- 7 unchanged lines hidden (view full) --- 60 National Instruments in the FIT kernel image. 61 62config FIT_IMAGE_FDT_XILFPGA 63 bool "Include FDT for Xilfpga" 64 help 65 Enable this to include the FDT for the MIPSfpga platform 66 from Imagination Technologies in the FIT kernel image. 67 | 45 46comment "FIT/UHI Boards" 47 48config FIT_IMAGE_FDT_BOSTON 49 bool "Include FDT for MIPS Boston boards" 50 help 51 Enable this to include the FDT for the MIPS Boston development board 52 from Imagination Technologies in the FIT kernel image. You should --- 7 unchanged lines hidden (view full) --- 60 National Instruments in the FIT kernel image. 61 62config FIT_IMAGE_FDT_XILFPGA 63 bool "Include FDT for Xilfpga" 64 help 65 Enable this to include the FDT for the MIPSfpga platform 66 from Imagination Technologies in the FIT kernel image. 67 |
68config FIT_IMAGE_FDT_OCELOT_PCB123 69 bool "Include FDT for Microsemi Ocelot PCB123" 70 select MSCC_OCELOT 71 help 72 Enable this to include the FDT for the Ocelot PCB123 platform 73 from Microsemi in the FIT kernel image. 74 This requires u-boot on the platform. 75 |
|
68config VIRT_BOARD_RANCHU 69 bool "Support Ranchu platform for Android emulator" 70 help 71 This enables support for the platform used by Android emulator. 72 73 Ranchu platform consists of a set of virtual devices. This platform 74 enables emulation of variety of virtual configurations while using 75 Android emulator. Android emulator is based on Qemu, and contains 76 the support for the same set of virtual devices. 77 78endif | 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 |