Kconfig 986 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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_CORTEX_A5
  28. bool
  29. select ARCH_ARM
  30. config ARCH_ARM_CORTEX_A7
  31. bool
  32. select ARCH_ARM
  33. config ARCH_ARM_CORTEX_A8
  34. bool
  35. select ARCH_ARM
  36. config ARCH_ARM_CORTEX_A9
  37. bool
  38. select ARCH_ARM
  39. config ARCH_MIPS
  40. bool
  41. config ARCH_MIPS_XBURST
  42. bool
  43. select ARCH_MIPS
  44. config ARCH_ANDES
  45. bool
  46. config ARCH_CSKY
  47. bool
  48. config ARCH_POWERPC
  49. bool
  50. config ARCH_RISCV
  51. bool
  52. config ARCH_IA32
  53. bool
  54. config ARCH_HOST_SIMULATOR
  55. bool