Kconfig 635 B

1234567891011121314151617181920212223242526272829303132
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config PINCTRL_LOCHNAGAR
  3. tristate "Cirrus Logic Lochnagar pinctrl driver"
  4. depends on MFD_LOCHNAGAR
  5. select GPIOLIB
  6. select PINMUX
  7. select PINCONF
  8. select GENERIC_PINCONF
  9. help
  10. This driver supports configuring the GPIO and other pin configuration
  11. of the Cirrus Logic Lochnagar audio development board.
  12. # This is all selected by the Madera MFD driver Kconfig options
  13. config PINCTRL_MADERA
  14. tristate
  15. select PINMUX
  16. select GENERIC_PINCONF
  17. config PINCTRL_CS47L15
  18. bool
  19. config PINCTRL_CS47L35
  20. bool
  21. config PINCTRL_CS47L85
  22. bool
  23. config PINCTRL_CS47L90
  24. bool
  25. config PINCTRL_CS47L92
  26. bool