Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) |
| 3 | # |
| 4 | # This program is free software; you can redistribute it and/or modify |
| 5 | # it under the terms of the GNU General Public License version 2 as |
| 6 | # published by the Free Software Foundation. |
| 7 | # |
| 8 | |
Vineet Gupta | 93ad700 | 2013-01-22 16:51:50 +0530 | [diff] [blame] | 9 | menuconfig ARC_PLAT_FPGA_LEGACY |
| 10 | bool "\"Legacy\" ARC FPGA dev Boards" |
Vineet Gupta | 619f301 | 2014-09-04 10:57:33 +0530 | [diff] [blame^] | 11 | select ARC_HAS_COH_CACHES if SMP |
Vineet Gupta | 93ad700 | 2013-01-22 16:51:50 +0530 | [diff] [blame] | 12 | help |
| 13 | Support for ARC development boards, provided by Synopsys. |
| 14 | These are based on FPGA or ISS. e.g. |
| 15 | - ARCAngel4 |
| 16 | - ML509 |
| 17 | - MetaWare ISS |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 18 | |
Vineet Gupta | 93ad700 | 2013-01-22 16:51:50 +0530 | [diff] [blame] | 19 | if ARC_PLAT_FPGA_LEGACY |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 20 | |
| 21 | config ARC_BOARD_ANGEL4 |
| 22 | bool "ARC Angel4" |
Vineet Gupta | 93ad700 | 2013-01-22 16:51:50 +0530 | [diff] [blame] | 23 | default y |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 24 | help |
| 25 | ARC Angel4 FPGA Ref Platform (Xilinx Virtex Based) |
| 26 | |
| 27 | config ARC_BOARD_ML509 |
| 28 | bool "ML509" |
| 29 | help |
| 30 | ARC ML509 FPGA Ref Platform (Xilinx Virtex-5 Based) |
| 31 | |
Vineet Gupta | 41195d2 | 2013-01-18 15:12:23 +0530 | [diff] [blame] | 32 | config ISS_SMP_EXTN |
| 33 | bool "ARC SMP Extensions (ISS Models only)" |
| 34 | default n |
| 35 | depends on SMP |
Vineet Gupta | 41195d2 | 2013-01-18 15:12:23 +0530 | [diff] [blame] | 36 | help |
| 37 | SMP Extensions to ARC700, in a "simulation only" Model, supported in |
| 38 | ARC ISS (Instruction Set Simulator). |
| 39 | The SMP extensions include: |
| 40 | -IDU (Interrupt Distribution Unit) |
| 41 | -XTL (To enable CPU start/stop/set-PC for another CPU) |
| 42 | It doesn't provide coherent Caches and/or Atomic Ops (LLOCK/SCOND) |
| 43 | |
Vineet Gupta | cfdbc2e | 2013-01-18 15:12:20 +0530 | [diff] [blame] | 44 | endif |