Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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_HOST_SIMULATOR
  66. bool