Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. config ARCH_ARM
  2. bool
  3. config RT_USING_CPU_FFS
  4. bool
  5. default n
  6. config ARCH_ARM_CORTEX_M
  7. bool
  8. select ARCH_ARM
  9. config ARCH_ARM_CORTEX_FPU
  10. bool
  11. config ARCH_ARM_CORTEX_M0
  12. bool
  13. select ARCH_ARM_CORTEX_M
  14. config ARCH_ARM_CORTEX_M3
  15. bool
  16. select ARCH_ARM_CORTEX_M
  17. select RT_USING_CPU_FFS
  18. config ARCH_ARM_MPU
  19. bool
  20. depends on ARCH_ARM
  21. config ARCH_ARM_CORTEX_M4
  22. bool
  23. select ARCH_ARM_CORTEX_M
  24. select RT_USING_CPU_FFS
  25. config ARCH_ARM_CORTEX_M7
  26. bool
  27. select ARCH_ARM_CORTEX_M
  28. select RT_USING_CPU_FFS
  29. config ARCH_ARM_CORTEX_R
  30. bool
  31. select ARCH_ARM
  32. config ARCH_ARM_MMU
  33. bool
  34. depends on ARCH_ARM
  35. config ARCH_ARM_ARM9
  36. bool
  37. select ARCH_ARM
  38. config ARCH_ARM_ARM11
  39. bool
  40. select ARCH_ARM
  41. config ARCH_ARM_CORTEX_A
  42. bool
  43. select ARCH_ARM
  44. config ARCH_ARM_CORTEX_A5
  45. bool
  46. select ARCH_ARM_CORTEX_A
  47. config ARCH_ARM_CORTEX_A7
  48. bool
  49. select ARCH_ARM_CORTEX_A
  50. config ARCH_ARM_CORTEX_A8
  51. bool
  52. select ARCH_ARM_CORTEX_A
  53. config ARCH_ARM_CORTEX_A9
  54. bool
  55. select ARCH_ARM_CORTEX_A
  56. config ARCH_MIPS
  57. bool
  58. config ARCH_MIPS_XBURST
  59. bool
  60. select ARCH_MIPS
  61. config ARCH_ANDES
  62. bool
  63. config ARCH_CSKY
  64. bool
  65. config ARCH_POWERPC
  66. bool
  67. config ARCH_RISCV
  68. bool
  69. config ARCH_IA32
  70. bool
  71. config ARCH_TIDSP
  72. bool
  73. config ARCH_TIDSP_C28X
  74. bool
  75. select ARCH_TIDSP
  76. select ARCH_CPU_STACK_GROWS_UPWARD
  77. config ARCH_HOST_SIMULATOR
  78. bool
  79. config ARCH_CPU_STACK_GROWS_UPWARD
  80. bool
  81. default n