Kconfig 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. config ARCH_SHMOBILE
  2. bool
  3. config ARCH_SHMOBILE_MULTI
  4. bool
  5. config PM_RMOBILE
  6. bool
  7. select PM
  8. select PM_GENERIC_DOMAINS
  9. config ARCH_RCAR_GEN1
  10. bool
  11. select PM
  12. select PM_GENERIC_DOMAINS
  13. select RENESAS_INTC_IRQPIN
  14. select SYS_SUPPORTS_SH_TMU
  15. config ARCH_RCAR_GEN2
  16. bool
  17. select PM
  18. select PM_GENERIC_DOMAINS
  19. select RENESAS_IRQC
  20. select SYS_SUPPORTS_SH_CMT
  21. config ARCH_RMOBILE
  22. bool
  23. select PM_RMOBILE
  24. select SYS_SUPPORTS_SH_CMT
  25. select SYS_SUPPORTS_SH_TMU
  26. menuconfig ARCH_RENESAS
  27. bool "Renesas ARM SoCs"
  28. depends on ARCH_MULTI_V7 && MMU
  29. select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
  30. select ARCH_SHMOBILE
  31. select ARCH_SHMOBILE_MULTI
  32. select ARM_GIC
  33. select GPIOLIB
  34. select HAVE_ARM_SCU if SMP
  35. select HAVE_ARM_TWD if SMP
  36. select NO_IOPORT_MAP
  37. select PINCTRL
  38. select SOC_BUS
  39. select ZONE_DMA if ARM_LPAE
  40. if ARCH_RENESAS
  41. #comment "Renesas ARM SoCs System Type"
  42. config ARCH_EMEV2
  43. bool "Emma Mobile EV2"
  44. select SYS_SUPPORTS_EM_STI
  45. config ARCH_R7S72100
  46. bool "RZ/A1H (R7S72100)"
  47. select PM
  48. select PM_GENERIC_DOMAINS
  49. select SYS_SUPPORTS_SH_MTU2
  50. config ARCH_R8A73A4
  51. bool "R-Mobile APE6 (R8A73A40)"
  52. select ARCH_RMOBILE
  53. select ARM_ERRATA_798181 if SMP
  54. select RENESAS_IRQC
  55. config ARCH_R8A7740
  56. bool "R-Mobile A1 (R8A77400)"
  57. select ARCH_RMOBILE
  58. select RENESAS_INTC_IRQPIN
  59. config ARCH_R8A7743
  60. bool "RZ/G1M (R8A77430)"
  61. select ARCH_RCAR_GEN2
  62. select ARM_ERRATA_798181 if SMP
  63. config ARCH_R8A7745
  64. bool "RZ/G1E (R8A77450)"
  65. select ARCH_RCAR_GEN2
  66. config ARCH_R8A7778
  67. bool "R-Car M1A (R8A77781)"
  68. select ARCH_RCAR_GEN1
  69. config ARCH_R8A7779
  70. bool "R-Car H1 (R8A77790)"
  71. select ARCH_RCAR_GEN1
  72. config ARCH_R8A7790
  73. bool "R-Car H2 (R8A77900)"
  74. select ARCH_RCAR_GEN2
  75. select ARM_ERRATA_798181 if SMP
  76. select I2C
  77. config ARCH_R8A7791
  78. bool "R-Car M2-W (R8A77910)"
  79. select ARCH_RCAR_GEN2
  80. select ARM_ERRATA_798181 if SMP
  81. select I2C
  82. config ARCH_R8A7792
  83. bool "R-Car V2H (R8A77920)"
  84. select ARCH_RCAR_GEN2
  85. select ARM_ERRATA_798181 if SMP
  86. config ARCH_R8A7793
  87. bool "R-Car M2-N (R8A7793)"
  88. select ARCH_RCAR_GEN2
  89. select ARM_ERRATA_798181 if SMP
  90. select I2C
  91. config ARCH_R8A7794
  92. bool "R-Car E2 (R8A77940)"
  93. select ARCH_RCAR_GEN2
  94. config ARCH_SH73A0
  95. bool "SH-Mobile AG5 (R8A73A00)"
  96. select ARCH_RMOBILE
  97. select RENESAS_INTC_IRQPIN
  98. endif