Kconfig 2.4 KB

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