Kconfig 983 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config PINCTRL_CS42L43
  3. tristate "Cirrus Logic CS42L43 Pinctrl Driver"
  4. depends on MFD_CS42L43
  5. select GPIOLIB
  6. select PINMUX
  7. select PINCONF
  8. select GENERIC_PINCONF
  9. help
  10. Select this to support the GPIO/Pinctrl functions of the Cirrus
  11. Logic CS42L43 PC CODEC.
  12. config PINCTRL_LOCHNAGAR
  13. tristate "Cirrus Logic Lochnagar pinctrl driver"
  14. # Avoid clash caused by MIPS defining RST, which is used in the driver
  15. depends on MFD_LOCHNAGAR && !MIPS
  16. select GPIOLIB
  17. select PINMUX
  18. select PINCONF
  19. select GENERIC_PINCONF
  20. help
  21. This driver supports configuring the GPIO and other pin configuration
  22. of the Cirrus Logic Lochnagar audio development board.
  23. # This is all selected by the Madera MFD driver Kconfig options
  24. config PINCTRL_MADERA
  25. tristate
  26. select PINMUX
  27. select GENERIC_PINCONF
  28. config PINCTRL_CS47L15
  29. bool
  30. config PINCTRL_CS47L35
  31. bool
  32. config PINCTRL_CS47L85
  33. bool
  34. config PINCTRL_CS47L90
  35. bool
  36. config PINCTRL_CS47L92
  37. bool