Kconfig 958 B

123456789101112131415161718192021222324252627282930313233
  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. menuconfig ARC_PLAT_FPGA_LEGACY
  9. bool "\"Legacy\" ARC FPGA dev Boards"
  10. select ARC_HAS_COH_CACHES if SMP
  11. help
  12. Support for ARC development boards, provided by Synopsys.
  13. These are based on FPGA or ISS. e.g.
  14. - ARCAngel4
  15. - ML509
  16. - MetaWare ISS
  17. if ARC_PLAT_FPGA_LEGACY
  18. config ISS_SMP_EXTN
  19. bool "ARC SMP Extensions (ISS Models only)"
  20. default n
  21. depends on SMP
  22. help
  23. SMP Extensions to ARC700, in a "simulation only" Model, supported in
  24. ARC ISS (Instruction Set Simulator).
  25. The SMP extensions include:
  26. -IDU (Interrupt Distribution Unit)
  27. -XTL (To enable CPU start/stop/set-PC for another CPU)
  28. It doesn't provide coherent Caches and/or Atomic Ops (LLOCK/SCOND)
  29. endif