Kconfig 1.3 KB

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