Kconfig 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. if ARCH_RMOBILE
  2. config PINCTRL_PFC
  3. bool "Renesas pin control drivers"
  4. depends on DM && ARCH_RMOBILE
  5. help
  6. Enable support for clock present on Renesas RCar SoCs.
  7. config PINCTRL_PFC_R8A7790
  8. bool "Renesas RCar Gen2 R8A7790 pin control driver"
  9. def_bool y if R8A7790
  10. depends on PINCTRL_PFC
  11. help
  12. Support pin multiplexing control on Renesas RCar Gen3 R8A7790 SoCs.
  13. The driver is controlled by a device tree node which contains both
  14. the GPIO definitions and pin control functions for each available
  15. multiplex function.
  16. config PINCTRL_PFC_R8A7791
  17. bool "Renesas RCar Gen2 R8A7791 pin control driver"
  18. def_bool y if R8A7791
  19. depends on PINCTRL_PFC
  20. help
  21. Support pin multiplexing control on Renesas RCar Gen3 R8A7791 SoCs.
  22. The driver is controlled by a device tree node which contains both
  23. the GPIO definitions and pin control functions for each available
  24. multiplex function.
  25. config PINCTRL_PFC_R8A7792
  26. bool "Renesas RCar Gen2 R8A7792 pin control driver"
  27. def_bool y if R8A7792
  28. depends on PINCTRL_PFC
  29. help
  30. Support pin multiplexing control on Renesas RCar Gen3 R8A7792 SoCs.
  31. The driver is controlled by a device tree node which contains both
  32. the GPIO definitions and pin control functions for each available
  33. multiplex function.
  34. config PINCTRL_PFC_R8A7793
  35. bool "Renesas RCar Gen2 R8A7793 pin control driver"
  36. def_bool y if R8A7793
  37. depends on PINCTRL_PFC
  38. help
  39. Support pin multiplexing control on Renesas RCar Gen3 R8A7793 SoCs.
  40. The driver is controlled by a device tree node which contains both
  41. the GPIO definitions and pin control functions for each available
  42. multiplex function.
  43. config PINCTRL_PFC_R8A7794
  44. bool "Renesas RCar Gen2 R8A7794 pin control driver"
  45. def_bool y if R8A7794
  46. depends on PINCTRL_PFC
  47. help
  48. Support pin multiplexing control on Renesas RCar Gen3 R8A7794 SoCs.
  49. The driver is controlled by a device tree node which contains both
  50. the GPIO definitions and pin control functions for each available
  51. multiplex function.
  52. config PINCTRL_PFC_R8A7795
  53. bool "Renesas RCar Gen3 R8A7795 pin control driver"
  54. def_bool y if R8A7795
  55. depends on PINCTRL_PFC
  56. help
  57. Support pin multiplexing control on Renesas RCar Gen3 R8A7795 SoCs.
  58. The driver is controlled by a device tree node which contains both
  59. the GPIO definitions and pin control functions for each available
  60. multiplex function.
  61. config PINCTRL_PFC_R8A7796
  62. bool "Renesas RCar Gen3 R8A7796 pin control driver"
  63. def_bool y if R8A7796
  64. depends on PINCTRL_PFC
  65. help
  66. Support pin multiplexing control on Renesas RCar Gen3 R8A7796 SoCs.
  67. The driver is controlled by a device tree node which contains both
  68. the GPIO definitions and pin control functions for each available
  69. multiplex function.
  70. config PINCTRL_PFC_R8A77970
  71. bool "Renesas RCar Gen3 R8A77970 pin control driver"
  72. def_bool y if R8A77970
  73. depends on PINCTRL_PFC
  74. help
  75. Support pin multiplexing control on Renesas RCar Gen3 R8A77970 SoCs.
  76. The driver is controlled by a device tree node which contains both
  77. the GPIO definitions and pin control functions for each available
  78. multiplex function.
  79. config PINCTRL_PFC_R8A77990
  80. bool "Renesas RCar Gen3 R8A77990 pin control driver"
  81. def_bool y if R8A77990
  82. depends on PINCTRL_PFC
  83. help
  84. Support pin multiplexing control on Renesas RCar Gen3 R8A77990 SoCs.
  85. The driver is controlled by a device tree node which contains both
  86. the GPIO definitions and pin control functions for each available
  87. multiplex function.
  88. config PINCTRL_PFC_R8A77995
  89. bool "Renesas RCar Gen3 R8A77995 pin control driver"
  90. def_bool y if R8A77995
  91. depends on PINCTRL_PFC
  92. help
  93. Support pin multiplexing control on Renesas RCar Gen3 R8A77995 SoCs.
  94. The driver is controlled by a device tree node which contains both
  95. the GPIO definitions and pin control functions for each available
  96. multiplex function.
  97. endif