1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 if MIPS_GENERIC_KERNEL 2 if MIPS_GENERIC_KERNEL 3 3 4 config LEGACY_BOARDS 4 config LEGACY_BOARDS 5 bool 5 bool 6 help 6 help 7 Select this from your board if the b 7 Select this from your board if the board must use a legacy, non-UHI, 8 boot protocol. This will cause the k 8 boot protocol. This will cause the kernel to scan through the list of 9 supported machines calling their det 9 supported machines calling their detect functions in turn if the 10 kernel is booted without being provi 10 kernel is booted without being provided with an FDT via the UHI 11 boot protocol. 11 boot protocol. 12 12 13 config YAMON_DT_SHIM 13 config YAMON_DT_SHIM 14 bool 14 bool 15 help 15 help 16 Select this from your board if the b 16 Select this from your board if the board uses the YAMON bootloader 17 and you wish to include code which h 17 and you wish to include code which helps translate various 18 YAMON-provided environment variables 18 YAMON-provided environment variables into a device tree properties. 19 19 20 comment "Legacy (non-UHI/non-FIT) Boards" 20 comment "Legacy (non-UHI/non-FIT) Boards" 21 21 22 config LEGACY_BOARD_SEAD3 22 config LEGACY_BOARD_SEAD3 23 bool "Support MIPS SEAD-3 boards" 23 bool "Support MIPS SEAD-3 boards" 24 select LEGACY_BOARDS 24 select LEGACY_BOARDS 25 select YAMON_DT_SHIM 25 select YAMON_DT_SHIM 26 help 26 help 27 Enable this to include support for b 27 Enable this to include support for booting on MIPS SEAD-3 FPGA-based 28 development boards, which boot using 28 development boards, which boot using a legacy boot protocol. 29 29 30 comment "MSCC Ocelot doesn't work with SEAD3 e 30 comment "MSCC Ocelot doesn't work with SEAD3 enabled" 31 depends on LEGACY_BOARD_SEAD3 31 depends on LEGACY_BOARD_SEAD3 32 32 33 config LEGACY_BOARD_OCELOT 33 config LEGACY_BOARD_OCELOT 34 bool "Legacy support for Ocelot based 34 bool "Legacy support for Ocelot based boards" 35 depends on LEGACY_BOARD_SEAD3=n 35 depends on LEGACY_BOARD_SEAD3=n 36 select LEGACY_BOARDS 36 select LEGACY_BOARDS 37 select SOC_VCOREIII 37 select SOC_VCOREIII 38 select SYS_HAS_EARLY_PRINTK 38 select SYS_HAS_EARLY_PRINTK 39 select USE_GENERIC_EARLY_PRINTK_8250 39 select USE_GENERIC_EARLY_PRINTK_8250 40 40 41 config SOC_VCOREIII 41 config SOC_VCOREIII 42 bool 42 bool 43 select GPIOLIB 43 select GPIOLIB 44 select MSCC_OCELOT_IRQ 44 select MSCC_OCELOT_IRQ 45 select MSCC_OCELOT #will be removed wh 45 select MSCC_OCELOT #will be removed when driver no more use it 46 46 47 #Will be removed when the driver using it will 47 #Will be removed when the driver using it will be converted to SOC_VCOREIII 48 config MSCC_OCELOT 48 config MSCC_OCELOT 49 bool 49 bool 50 50 51 comment "FIT/UHI Boards" 51 comment "FIT/UHI Boards" 52 52 53 config FIT_IMAGE_FDT_BOSTON 53 config FIT_IMAGE_FDT_BOSTON 54 bool "Include FDT for MIPS Boston boar 54 bool "Include FDT for MIPS Boston boards" 55 help 55 help 56 Enable this to include the FDT for t 56 Enable this to include the FDT for the MIPS Boston development board 57 from Imagination Technologies in the 57 from Imagination Technologies in the FIT kernel image. You should 58 enable this if you wish to boot on a 58 enable this if you wish to boot on a MIPS Boston board, as it is 59 expected by the bootloader. 59 expected by the bootloader. 60 60 61 config FIT_IMAGE_FDT_MARDUK << 62 bool "Include FDT for IMG Pistachio Ma << 63 help << 64 Enable this to include the FDT for t << 65 from Imagination Technologies in the << 66 << 67 config FIT_IMAGE_FDT_NI169445 61 config FIT_IMAGE_FDT_NI169445 68 bool "Include FDT for NI 169445" 62 bool "Include FDT for NI 169445" 69 help 63 help 70 Enable this to include the FDT for t 64 Enable this to include the FDT for the 169445 platform from 71 National Instruments in the FIT kern 65 National Instruments in the FIT kernel image. 72 66 73 config FIT_IMAGE_FDT_XILFPGA 67 config FIT_IMAGE_FDT_XILFPGA 74 bool "Include FDT for Xilfpga" 68 bool "Include FDT for Xilfpga" 75 help 69 help 76 Enable this to include the FDT for t 70 Enable this to include the FDT for the MIPSfpga platform 77 from Imagination Technologies in the 71 from Imagination Technologies in the FIT kernel image. 78 72 79 config FIT_IMAGE_FDT_OCELOT 73 config FIT_IMAGE_FDT_OCELOT 80 bool "Include FDT for Microsemi Ocelot 74 bool "Include FDT for Microsemi Ocelot development platforms" 81 select SOC_VCOREIII 75 select SOC_VCOREIII 82 help 76 help 83 Enable this to include the FDT for t 77 Enable this to include the FDT for the Ocelot development platforms 84 from Microsemi in the FIT kernel ima 78 from Microsemi in the FIT kernel image. 85 This requires u-boot on the platform 79 This requires u-boot on the platform. 86 80 87 config FIT_IMAGE_FDT_LUTON 81 config FIT_IMAGE_FDT_LUTON 88 bool "Include FDT for Microsemi Luton 82 bool "Include FDT for Microsemi Luton development platforms" 89 select SOC_VCOREIII 83 select SOC_VCOREIII 90 help 84 help 91 Enable this to include the FDT for t 85 Enable this to include the FDT for the Luton development platforms 92 from Microsemi in the FIT kernel ima 86 from Microsemi in the FIT kernel image. 93 This requires u-boot on the platform 87 This requires u-boot on the platform. 94 88 95 config FIT_IMAGE_FDT_JAGUAR2 89 config FIT_IMAGE_FDT_JAGUAR2 96 bool "Include FDT for Microsemi Jaguar 90 bool "Include FDT for Microsemi Jaguar2 development platforms" 97 select SOC_VCOREIII 91 select SOC_VCOREIII 98 help 92 help 99 Enable this to include the FDT for t 93 Enable this to include the FDT for the Jaguar2 development platforms 100 from Microsemi in the FIT kernel ima 94 from Microsemi in the FIT kernel image. 101 This requires u-boot on the platform 95 This requires u-boot on the platform. 102 96 103 config FIT_IMAGE_FDT_SERVAL 97 config FIT_IMAGE_FDT_SERVAL 104 bool "Include FDT for Microsemi Serval 98 bool "Include FDT for Microsemi Serval development platforms" 105 select SOC_VCOREIII 99 select SOC_VCOREIII 106 help 100 help 107 Enable this to include the FDT for t 101 Enable this to include the FDT for the Serval development platforms 108 from Microsemi in the FIT kernel ima 102 from Microsemi in the FIT kernel image. 109 This requires u-boot on the platform 103 This requires u-boot on the platform. 110 104 111 config BOARD_INGENIC 105 config BOARD_INGENIC 112 bool "Support boards based on Ingenic 106 bool "Support boards based on Ingenic SoCs" 113 select MACH_INGENIC_GENERIC 107 select MACH_INGENIC_GENERIC 114 help 108 help 115 Enable support for boards based on I 109 Enable support for boards based on Ingenic SoCs. 116 110 117 config VIRT_BOARD_RANCHU 111 config VIRT_BOARD_RANCHU 118 bool "Support Ranchu platform for Andr 112 bool "Support Ranchu platform for Android emulator" 119 help 113 help 120 This enables support for the platfor 114 This enables support for the platform used by Android emulator. 121 115 122 Ranchu platform consists of a set of 116 Ranchu platform consists of a set of virtual devices. This platform 123 enables emulation of variety of virt 117 enables emulation of variety of virtual configurations while using 124 Android emulator. Android emulator i 118 Android emulator. Android emulator is based on Qemu, and contains 125 the support for the same set of virt 119 the support for the same set of virtual devices. 126 120 127 endif 121 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.