Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# Intel pin control drivers
#

config CONFIG_PINCTRL_BAYTRAIL
	bool "Intel Baytrail GPIO pin control"
	depends on CONFIG_GPIOLIB && CONFIG_ACPI
	select CONFIG_GPIOLIB_IRQCHIP
	select CONFIG_PINMUX
	select CONFIG_PINCONF
	select CONFIG_GENERIC_PINCONF
	help
	  driver for memory mapped GPIO functionality on Intel Baytrail
	  platforms. Supports 3 banks with 102, 28 and 44 gpios.
	  Most pins are usually muxed to some other functionality by firmware,
	  so only a small amount is available for gpio use.

	  Requires CONFIG_ACPI device enumeration code to set up a platform device.

config CONFIG_PINCTRL_CHERRYVIEW
	tristate "Intel Cherryview/Braswell pinctrl and GPIO driver"
	depends on CONFIG_ACPI
	select CONFIG_PINMUX
	select CONFIG_PINCONF
	select CONFIG_GENERIC_PINCONF
	select CONFIG_GPIOLIB
	select CONFIG_GPIOLIB_IRQCHIP
	help
	  Cherryview/Braswell pinctrl driver provides an interface that
	  allows configuring of SoC pins and using them as GPIOs.

config CONFIG_PINCTRL_MERRIFIELD
	tristate "Intel Merrifield pinctrl driver"
	depends on CONFIG_X86_INTEL_MID
	select CONFIG_PINMUX
	select CONFIG_PINCONF
	select CONFIG_GENERIC_PINCONF
	help
	  Merrifield Family-Level Interface Shim (FLIS) driver provides an
	  interface that allows configuring of SoC pins and using them as
	  GPIOs.

config CONFIG_PINCTRL_INTEL
	tristate
	select CONFIG_PINMUX
	select CONFIG_PINCONF
	select CONFIG_GENERIC_PINCONF
	select CONFIG_GPIOLIB
	select CONFIG_GPIOLIB_IRQCHIP

config CONFIG_PINCTRL_BROXTON
	tristate "Intel Broxton pinctrl and GPIO driver"
	depends on CONFIG_ACPI
	select CONFIG_PINCTRL_INTEL
	help
	  Broxton pinctrl driver provides an interface that allows
	  configuring of SoC pins and using them as GPIOs.

config CONFIG_PINCTRL_SUNRISEPOINT
	tristate "Intel Sunrisepoint pinctrl and GPIO driver"
	depends on CONFIG_ACPI
	select CONFIG_PINCTRL_INTEL
	help
	  Sunrisepoint is the PCH of Intel Skylake. This pinctrl driver
	  provides an interface that allows configuring of PCH pins and
	  using them as GPIOs.