Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. config ARCH_ARM
  2. bool
  3. config ARCH_ARM_CORTEX_M
  4. bool
  5. select ARCH_ARM
  6. config ARCH_ARM_CORTEX_M0
  7. bool
  8. select ARCH_ARM_CORTEX_M
  9. config ARCH_ARM_CORTEX_M3
  10. bool
  11. select ARCH_ARM_CORTEX_M
  12. config ARCH_ARM_MPU
  13. bool
  14. depends on ARCH_ARM
  15. config ARCH_ARM_CORTEX_M4
  16. bool
  17. select ARCH_ARM_CORTEX_M
  18. config ARCH_ARM_CORTEX_M7
  19. bool
  20. select ARCH_ARM_CORTEX_M
  21. config ARCH_ARM_CORTEX_R
  22. bool
  23. select ARCH_ARM
  24. config ARCH_ARM_MMU
  25. bool
  26. depends on ARCH_ARM
  27. config ARCH_ARM_CORTEX_A
  28. bool
  29. select ARCH_ARM
  30. config ARCH_ARM_CORTEX_A5
  31. bool
  32. select ARCH_ARM_CORTEX_A
  33. config ARCH_ARM_CORTEX_A7
  34. bool
  35. select ARCH_ARM_CORTEX_A
  36. config ARCH_ARM_CORTEX_A8
  37. bool
  38. select ARCH_ARM_CORTEX_A
  39. config ARCH_ARM_CORTEX_A9
  40. bool
  41. select ARCH_ARM_CORTEX_A
  42. config ARCH_MIPS
  43. bool
  44. config ARCH_MIPS_XBURST
  45. bool
  46. select ARCH_MIPS
  47. config ARCH_ANDES
  48. bool
  49. config ARCH_CSKY
  50. bool
  51. config ARCH_POWERPC
  52. bool
  53. config ARCH_RISCV
  54. bool
  55. config ARCH_IA32
  56. bool
  57. config ARCH_HOST_SIMULATOR
  58. bool