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

# SPDX-License-Identifier: GPL-2.0-only
if (CONFIG_ARCH_PXA || CONFIG_COMPILE_TEST)

config CONFIG_PINCTRL_PXA
	bool
	select CONFIG_PINMUX
	select CONFIG_PINCONF
	select CONFIG_GENERIC_PINCONF

config CONFIG_PINCTRL_PXA25X
	tristate "Marvell PXA25x pin controller driver"
	select CONFIG_PINCTRL_PXA
	default y if CONFIG_PXA25x
	help
	  This is the pinctrl, pinmux, pinconf driver for the Marvell
	  PXA2xx block found in the pxa25x platforms.

config CONFIG_PINCTRL_PXA27X
	tristate "Marvell PXA27x pin controller driver"
	select CONFIG_PINCTRL_PXA
	default y if CONFIG_PXA27x
	help
	  This is the pinctrl, pinmux, pinconf driver for the Marvell
	  PXA2xx block found in the pxa27x platforms.

endif