Kconfig 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. config ARCH_CPU_64BIT
  2. bool
  3. config ARCH_CPU_BIG_ENDIAN
  4. bool
  5. config ARCH_ARM
  6. bool
  7. config RT_USING_CPU_FFS
  8. bool
  9. default n
  10. config ARCH_ARM_CORTEX_M
  11. bool
  12. select ARCH_ARM
  13. config ARCH_ARM_CORTEX_FPU
  14. bool
  15. config ARCH_ARM_CORTEX_M0
  16. bool
  17. select ARCH_ARM_CORTEX_M
  18. config ARCH_ARM_CORTEX_M3
  19. bool
  20. select ARCH_ARM_CORTEX_M
  21. select RT_USING_CPU_FFS
  22. config ARCH_ARM_MPU
  23. bool
  24. depends on ARCH_ARM
  25. config ARCH_ARM_CORTEX_M4
  26. bool
  27. select ARCH_ARM_CORTEX_M
  28. select RT_USING_CPU_FFS
  29. config ARCH_ARM_CORTEX_M7
  30. bool
  31. select ARCH_ARM_CORTEX_M
  32. select RT_USING_CPU_FFS
  33. config ARCH_ARM_CORTEX_R
  34. bool
  35. select ARCH_ARM
  36. config ARCH_ARM_MMU
  37. bool
  38. depends on ARCH_ARM
  39. config ARCH_ARM_ARM9
  40. bool
  41. select ARCH_ARM
  42. config ARCH_ARM_ARM11
  43. bool
  44. select ARCH_ARM
  45. config ARCH_ARM_CORTEX_A
  46. bool
  47. select ARCH_ARM
  48. select RT_USING_CPU_FFS
  49. if ARCH_ARM_CORTEX_A
  50. config RT_SMP_AUTO_BOOT
  51. bool
  52. default n
  53. config RT_USING_GIC_V2
  54. bool
  55. default n
  56. config RT_USING_GIC_V3
  57. bool
  58. default n
  59. config RT_NO_USING_GIC
  60. bool
  61. default y if !RT_USING_GIC_V2 && !RT_USING_GIC_V3
  62. endif
  63. config ARCH_ARM_CORTEX_A5
  64. bool
  65. select ARCH_ARM_CORTEX_A
  66. config ARCH_ARM_CORTEX_A7
  67. bool
  68. select ARCH_ARM_CORTEX_A
  69. config ARCH_ARM_CORTEX_A8
  70. bool
  71. select ARCH_ARM_CORTEX_A
  72. config ARCH_ARM_CORTEX_A9
  73. bool
  74. select ARCH_ARM_CORTEX_A
  75. config ARCH_ARMV8
  76. bool
  77. config ARCH_MIPS
  78. bool
  79. config ARCH_MIPS64
  80. bool
  81. select ARCH_CPU_64BIT
  82. config ARCH_MIPS_XBURST
  83. bool
  84. select ARCH_MIPS
  85. config ARCH_ANDES
  86. bool
  87. config ARCH_CSKY
  88. bool
  89. config ARCH_POWERPC
  90. bool
  91. config ARCH_RISCV
  92. bool
  93. config ARCH_RISCV_FPU
  94. bool
  95. config ARCH_RISCV_FPU_S
  96. select ARCH_RISCV_FPU
  97. bool
  98. config ARCH_RISCV_FPU_D
  99. select ARCH_RISCV_FPU
  100. bool
  101. config ARCH_RISCV32
  102. select ARCH_RISCV
  103. bool
  104. config ARCH_RISCV64
  105. select ARCH_RISCV
  106. select ARCH_CPU_64BIT
  107. bool
  108. config ARCH_IA32
  109. bool
  110. config ARCH_TIDSP
  111. bool
  112. config ARCH_TIDSP_C28X
  113. bool
  114. select ARCH_TIDSP
  115. select ARCH_CPU_STACK_GROWS_UPWARD
  116. config ARCH_HOST_SIMULATOR
  117. bool
  118. config ARCH_CPU_STACK_GROWS_UPWARD
  119. bool
  120. default n