Config.in.arc 666 B

12345678910111213141516171819202122232425
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. config ADK_LINUX_KERNEL_ISA_ARCOMPACT
  4. bool
  5. depends on ADK_TARGET_ARCH_ARC
  6. default y if ADK_TARGET_CPU_ARC_ARC700
  7. config ADK_LINUX_KERNEL_ARC_CPU_770
  8. bool
  9. depends on ADK_TARGET_ARCH_ARC
  10. default y if ADK_TARGET_CPU_ARC_ARC700
  11. config ADK_LINUX_KERNEL_ISA_ARCV2
  12. bool
  13. depends on ADK_TARGET_ARCH_ARC
  14. default y if ADK_TARGET_CPU_ARC_ARC_HS
  15. config ADK_LINUX_KERNEL_ARC_BUILTIN_DTB_NAME
  16. string
  17. depends on ADK_TARGET_ARCH_ARC
  18. default "nsim_hs" if ADK_TARGET_CPU_ARC_ARC_HS
  19. default "nsim_700" if ADK_TARGET_CPU_ARC_ARC700