Kconfig 805 B

123456789101112131415161718192021222324252627
  1. #
  2. # Intel pin control drivers
  3. #
  4. config PINCTRL_BAYTRAIL
  5. bool "Intel Baytrail GPIO pin control"
  6. depends on GPIOLIB && ACPI
  7. select GPIOLIB_IRQCHIP
  8. help
  9. driver for memory mapped GPIO functionality on Intel Baytrail
  10. platforms. Supports 3 banks with 102, 28 and 44 gpios.
  11. Most pins are usually muxed to some other functionality by firmware,
  12. so only a small amount is available for gpio use.
  13. Requires ACPI device enumeration code to set up a platform device.
  14. config PINCTRL_CHERRYVIEW
  15. tristate "Intel Cherryview/Braswell pinctrl and GPIO driver"
  16. depends on ACPI
  17. select PINMUX
  18. select PINCONF
  19. select GENERIC_PINCONF
  20. select GPIOLIB
  21. select GPIOLIB_IRQCHIP
  22. help
  23. Cherryview/Braswell pinctrl driver provides an interface that
  24. allows configuring of SoC pins and using them as GPIOs.