Kconfig 1.6 KB

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