Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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_SHMOBILE
  30. select ARCH_SHMOBILE_MULTI
  31. select HAVE_ARM_SCU if SMP
  32. select HAVE_ARM_TWD if SMP
  33. select ARM_GIC
  34. select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
  35. select NO_IOPORT_MAP
  36. select PINCTRL
  37. select GPIOLIB
  38. select ZONE_DMA if ARM_LPAE
  39. if ARCH_RENESAS
  40. #comment "Renesas ARM SoCs System Type"
  41. config ARCH_EMEV2
  42. bool "Emma Mobile EV2"
  43. select SYS_SUPPORTS_EM_STI
  44. config ARCH_R7S72100
  45. bool "RZ/A1H (R7S72100)"
  46. select PM
  47. select PM_GENERIC_DOMAINS
  48. select SYS_SUPPORTS_SH_MTU2
  49. config ARCH_R8A73A4
  50. bool "R-Mobile APE6 (R8A73A40)"
  51. select ARCH_RMOBILE
  52. select RENESAS_IRQC
  53. config ARCH_R8A7740
  54. bool "R-Mobile A1 (R8A77400)"
  55. select ARCH_RMOBILE
  56. select RENESAS_INTC_IRQPIN
  57. config ARCH_R8A7778
  58. bool "R-Car M1A (R8A77781)"
  59. select ARCH_RCAR_GEN1
  60. config ARCH_R8A7779
  61. bool "R-Car H1 (R8A77790)"
  62. select ARCH_RCAR_GEN1
  63. config ARCH_R8A7790
  64. bool "R-Car H2 (R8A77900)"
  65. select ARCH_RCAR_GEN2
  66. select I2C
  67. config ARCH_R8A7791
  68. bool "R-Car M2-W (R8A77910)"
  69. select ARCH_RCAR_GEN2
  70. select I2C
  71. config ARCH_R8A7792
  72. bool "R-Car V2H (R8A77920)"
  73. select ARCH_RCAR_GEN2
  74. config ARCH_R8A7793
  75. bool "R-Car M2-N (R8A7793)"
  76. select ARCH_RCAR_GEN2
  77. select I2C
  78. config ARCH_R8A7794
  79. bool "R-Car E2 (R8A77940)"
  80. select ARCH_RCAR_GEN2
  81. config ARCH_SH73A0
  82. bool "SH-Mobile AG5 (R8A73A00)"
  83. select ARCH_RMOBILE
  84. select RENESAS_INTC_IRQPIN
  85. endif