]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/mips/Kconfig
mips: Add MIPSfpga platform support
[people/ms/u-boot.git] / arch / mips / Kconfig
index 21066f0fda69c1649cf981b52e2ae53c13a982d1..fa344a78b6729fc2b4e89fbaf29ce323abeb5477 100644 (file)
@@ -73,10 +73,25 @@ config MACH_PIC32
        select OF_CONTROL
        select DM
 
+config TARGET_XILFPGA
+       bool "Support Imagination Xilfpga"
+       select OF_CONTROL
+       select DM
+       select DM_SERIAL
+       select DM_GPIO
+       select DM_ETH
+       select SUPPORTS_LITTLE_ENDIAN
+       select SUPPORTS_CPU_MIPS32_R1
+       select SUPPORTS_CPU_MIPS32_R2
+       select MIPS_L1_CACHE_SHIFT_4
+       help
+         This supports IMGTEC MIPSfpga platform
+
 endchoice
 
 source "board/dbau1x00/Kconfig"
 source "board/imgtec/malta/Kconfig"
+source "board/imgtec/xilfpga/Kconfig"
 source "board/micronas/vct/Kconfig"
 source "board/pb1x00/Kconfig"
 source "board/qemu-mips/Kconfig"