1*7e270ec3SChris Zankelif TARGET_XTFPGA 2*7e270ec3SChris Zankel 3*7e270ec3SChris Zankelchoice 4*7e270ec3SChris Zankel prompt "XTFPGA board type select" 5*7e270ec3SChris Zankel 6*7e270ec3SChris Zankelconfig XTFPGA_LX60 7*7e270ec3SChris Zankel bool "Support Avnet LX60" 8*7e270ec3SChris Zankelconfig XTFPGA_LX110 9*7e270ec3SChris Zankel bool "Support Avnet LX110" 10*7e270ec3SChris Zankelconfig XTFPGA_LX200 11*7e270ec3SChris Zankel bool "Support Avnet LX200" 12*7e270ec3SChris Zankelconfig XTFPGA_ML605 13*7e270ec3SChris Zankel bool "Support Xilinx ML605" 14*7e270ec3SChris Zankelconfig XTFPGA_KC705 15*7e270ec3SChris Zankel bool "Support Xilinx KC705" 16*7e270ec3SChris Zankel 17*7e270ec3SChris Zankelendchoice 18*7e270ec3SChris Zankel 19*7e270ec3SChris Zankelconfig SYS_BOARD 20*7e270ec3SChris Zankel string 21*7e270ec3SChris Zankel default "xtfpga" 22*7e270ec3SChris Zankel 23*7e270ec3SChris Zankelconfig SYS_VENDOR 24*7e270ec3SChris Zankel string 25*7e270ec3SChris Zankel default "cadence" 26*7e270ec3SChris Zankel 27*7e270ec3SChris Zankelconfig SYS_CONFIG_NAME 28*7e270ec3SChris Zankel string 29*7e270ec3SChris Zankel default "xtfpga" 30*7e270ec3SChris Zankel 31*7e270ec3SChris Zankelconfig BOARD_SDRAM_SIZE 32*7e270ec3SChris Zankel hex 33*7e270ec3SChris Zankel default 0x04000000 if XTFPGA_LX60 34*7e270ec3SChris Zankel default 0x03000000 if XTFPGA_LX110 35*7e270ec3SChris Zankel default 0x06000000 if XTFPGA_LX200 36*7e270ec3SChris Zankel default 0x18000000 if XTFPGA_ML605 37*7e270ec3SChris Zankel default 0x38000000 if XTFPGA_KC705 38*7e270ec3SChris Zankel 39*7e270ec3SChris Zankelendif 40