Kconfig 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. config SOC_RENESAS
  2. bool "Renesas SoC driver support" if COMPILE_TEST && !ARCH_RENESAS
  3. default y if ARCH_RENESAS
  4. select SOC_BUS
  5. select RST_RCAR if ARCH_RCAR_GEN1 || ARCH_RCAR_GEN2 || \
  6. ARCH_R8A7795 || ARCH_R8A7796 || ARCH_R8A77965 || \
  7. ARCH_R8A77970 || ARCH_R8A77980 || ARCH_R8A77990 || \
  8. ARCH_R8A77995
  9. select SYSC_R8A7743 if ARCH_R8A7743
  10. select SYSC_R8A7745 if ARCH_R8A7745
  11. select SYSC_R8A77470 if ARCH_R8A77470
  12. select SYSC_R8A7779 if ARCH_R8A7779
  13. select SYSC_R8A7790 if ARCH_R8A7790
  14. select SYSC_R8A7791 if ARCH_R8A7791 || ARCH_R8A7793
  15. select SYSC_R8A7792 if ARCH_R8A7792
  16. select SYSC_R8A7794 if ARCH_R8A7794
  17. select SYSC_R8A7795 if ARCH_R8A7795
  18. select SYSC_R8A7796 if ARCH_R8A7796
  19. select SYSC_R8A77965 if ARCH_R8A77965
  20. select SYSC_R8A77970 if ARCH_R8A77970
  21. select SYSC_R8A77980 if ARCH_R8A77980
  22. select SYSC_R8A77990 if ARCH_R8A77990
  23. select SYSC_R8A77995 if ARCH_R8A77995
  24. if SOC_RENESAS
  25. # SoC
  26. config SYSC_R8A7743
  27. bool "RZ/G1M System Controller support" if COMPILE_TEST
  28. select SYSC_RCAR
  29. config SYSC_R8A7745
  30. bool "RZ/G1E System Controller support" if COMPILE_TEST
  31. select SYSC_RCAR
  32. config SYSC_R8A77470
  33. bool "RZ/G1C System Controller support" if COMPILE_TEST
  34. select SYSC_RCAR
  35. config SYSC_R8A7779
  36. bool "R-Car H1 System Controller support" if COMPILE_TEST
  37. select SYSC_RCAR
  38. config SYSC_R8A7790
  39. bool "R-Car H2 System Controller support" if COMPILE_TEST
  40. select SYSC_RCAR
  41. config SYSC_R8A7791
  42. bool "R-Car M2-W/N System Controller support" if COMPILE_TEST
  43. select SYSC_RCAR
  44. config SYSC_R8A7792
  45. bool "R-Car V2H System Controller support" if COMPILE_TEST
  46. select SYSC_RCAR
  47. config SYSC_R8A7794
  48. bool "R-Car E2 System Controller support" if COMPILE_TEST
  49. select SYSC_RCAR
  50. config SYSC_R8A7795
  51. bool "R-Car H3 System Controller support" if COMPILE_TEST
  52. select SYSC_RCAR
  53. config SYSC_R8A7796
  54. bool "R-Car M3-W System Controller support" if COMPILE_TEST
  55. select SYSC_RCAR
  56. config SYSC_R8A77965
  57. bool "R-Car M3-N System Controller support" if COMPILE_TEST
  58. select SYSC_RCAR
  59. config SYSC_R8A77970
  60. bool "R-Car V3M System Controller support" if COMPILE_TEST
  61. select SYSC_RCAR
  62. config SYSC_R8A77980
  63. bool "R-Car V3H System Controller support" if COMPILE_TEST
  64. select SYSC_RCAR
  65. config SYSC_R8A77990
  66. bool "R-Car E3 System Controller support" if COMPILE_TEST
  67. select SYSC_RCAR
  68. config SYSC_R8A77995
  69. bool "R-Car D3 System Controller support" if COMPILE_TEST
  70. select SYSC_RCAR
  71. # Family
  72. config RST_RCAR
  73. bool "R-Car Reset Controller support" if COMPILE_TEST
  74. config SYSC_RCAR
  75. bool "R-Car System Controller support" if COMPILE_TEST
  76. endif # SOC_RENESAS