Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # VIA/Wondermedia PINCTRL drivers
  3. #
  4. if ARCH_VT8500
  5. config PINCTRL_WMT
  6. bool
  7. select PINMUX
  8. select GENERIC_PINCONF
  9. config PINCTRL_VT8500
  10. bool "VIA VT8500 pin controller driver"
  11. depends on ARCH_WM8505
  12. select PINCTRL_WMT
  13. help
  14. Say yes here to support the gpio/pin control module on
  15. VIA VT8500 SoCs.
  16. config PINCTRL_WM8505
  17. bool "Wondermedia WM8505 pin controller driver"
  18. depends on ARCH_WM8505
  19. select PINCTRL_WMT
  20. help
  21. Say yes here to support the gpio/pin control module on
  22. Wondermedia WM8505 SoCs.
  23. config PINCTRL_WM8650
  24. bool "Wondermedia WM8650 pin controller driver"
  25. depends on ARCH_WM8505
  26. select PINCTRL_WMT
  27. help
  28. Say yes here to support the gpio/pin control module on
  29. Wondermedia WM8650 SoCs.
  30. config PINCTRL_WM8750
  31. bool "Wondermedia WM8750 pin controller driver"
  32. depends on ARCH_WM8750
  33. select PINCTRL_WMT
  34. help
  35. Say yes here to support the gpio/pin control module on
  36. Wondermedia WM8750 SoCs.
  37. config PINCTRL_WM8850
  38. bool "Wondermedia WM8850 pin controller driver"
  39. depends on ARCH_WM8850
  40. select PINCTRL_WMT
  41. help
  42. Say yes here to support the gpio/pin control module on
  43. Wondermedia WM8850 SoCs.
  44. endif