Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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_ARM9
  28. bool
  29. select ARCH_ARM
  30. config ARCH_ARM_ARM11
  31. bool
  32. select ARCH_ARM
  33. config ARCH_ARM_CORTEX_A
  34. bool
  35. select ARCH_ARM
  36. config ARCH_ARM_CORTEX_A5
  37. bool
  38. select ARCH_ARM_CORTEX_A
  39. config ARCH_ARM_CORTEX_A7
  40. bool
  41. select ARCH_ARM_CORTEX_A
  42. config ARCH_ARM_CORTEX_A8
  43. bool
  44. select ARCH_ARM_CORTEX_A
  45. config ARCH_ARM_CORTEX_A9
  46. bool
  47. select ARCH_ARM_CORTEX_A
  48. config ARCH_MIPS
  49. bool
  50. config ARCH_MIPS_XBURST
  51. bool
  52. select ARCH_MIPS
  53. config ARCH_ANDES
  54. bool
  55. config ARCH_CSKY
  56. bool
  57. config ARCH_POWERPC
  58. bool
  59. config ARCH_RISCV
  60. bool
  61. config ARCH_IA32
  62. bool
  63. config ARCH_HOST_SIMULATOR
  64. bool