Kconfig 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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_R8A77995
  7. select SYSC_R8A7743 if ARCH_R8A7743
  8. select SYSC_R8A7745 if ARCH_R8A7745
  9. select SYSC_R8A7779 if ARCH_R8A7779
  10. select SYSC_R8A7790 if ARCH_R8A7790
  11. select SYSC_R8A7791 if ARCH_R8A7791 || ARCH_R8A7793
  12. select SYSC_R8A7792 if ARCH_R8A7792
  13. select SYSC_R8A7794 if ARCH_R8A7794
  14. select SYSC_R8A7795 if ARCH_R8A7795
  15. select SYSC_R8A7796 if ARCH_R8A7796
  16. select SYSC_R8A77995 if ARCH_R8A77995
  17. if SOC_RENESAS
  18. # SoC
  19. config SYSC_R8A7743
  20. bool "RZ/G1M System Controller support" if COMPILE_TEST
  21. select SYSC_RCAR
  22. config SYSC_R8A7745
  23. bool "RZ/G1E System Controller support" if COMPILE_TEST
  24. select SYSC_RCAR
  25. config SYSC_R8A7779
  26. bool "R-Car H1 System Controller support" if COMPILE_TEST
  27. select SYSC_RCAR
  28. config SYSC_R8A7790
  29. bool "R-Car H2 System Controller support" if COMPILE_TEST
  30. select SYSC_RCAR
  31. config SYSC_R8A7791
  32. bool "R-Car M2-W/N System Controller support" if COMPILE_TEST
  33. select SYSC_RCAR
  34. config SYSC_R8A7792
  35. bool "R-Car V2H System Controller support" if COMPILE_TEST
  36. select SYSC_RCAR
  37. config SYSC_R8A7794
  38. bool "R-Car E2 System Controller support" if COMPILE_TEST
  39. select SYSC_RCAR
  40. config SYSC_R8A7795
  41. bool "R-Car H3 System Controller support" if COMPILE_TEST
  42. select SYSC_RCAR
  43. config SYSC_R8A7796
  44. bool "R-Car M3-W System Controller support" if COMPILE_TEST
  45. select SYSC_RCAR
  46. config SYSC_R8A77995
  47. bool "R-Car D3 System Controller support" if COMPILE_TEST
  48. select SYSC_RCAR
  49. # Family
  50. config RST_RCAR
  51. bool "R-Car Reset Controller support" if COMPILE_TEST
  52. config SYSC_RCAR
  53. bool "R-Car System Controller support" if COMPILE_TEST
  54. endif # SOC_RENESAS