Kyle Swenson | 8d8f654 | 2021-03-15 11:02:55 -0600 | [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 | |
| 9 | menuconfig ARC_PLAT_SIM |
| 10 | bool "ARC nSIM based simulation virtual platforms" |
| 11 | select ARC_HAS_COH_CACHES if SMP |
| 12 | help |
| 13 | Support for nSIM based ARC simulation platforms |
| 14 | This includes the standalone nSIM (uart only) vs. System C OSCI VP |