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_SUNXI

config CONFIG_PINCTRL_SUNXI
	bool
	select CONFIG_PINMUX
	select CONFIG_GENERIC_PINCONF
	select CONFIG_GPIOLIB

config CONFIG_PINCTRL_SUNIV_F1C100S
	def_bool CONFIG_MACH_SUNIV
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN4I_A10
	bool "Support for the Allwinner A10, A20 and R40 PIO"
	default CONFIG_MACH_SUN4I || CONFIG_MACH_SUN7I || CONFIG_MACH_SUN8I
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN5I
	bool "Support for the Allwinner A10s, A13, R8 and NextThing GR8 PIO"
	default CONFIG_MACH_SUN5I
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN6I_A31
	bool "Support for the Allwinner A31 PIO"
	default CONFIG_MACH_SUN6I
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN6I_A31_R
	bool "Support for the Allwinner A31 R-PIO"
	default CONFIG_MACH_SUN6I
	depends on CONFIG_RESET_CONTROLLER
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN8I_A23
	bool "Support for the Allwinner A23 PIO"
	default CONFIG_MACH_SUN8I
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN8I_A33
	bool "Support for the Allwinner A33 PIO"
	default CONFIG_MACH_SUN8I
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN8I_A83T
	bool "Support for the Allwinner A83T PIO"
	default CONFIG_MACH_SUN8I
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN8I_A83T_R
	bool "Support for the Allwinner A83T R-PIO"
	default CONFIG_MACH_SUN8I
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN8I_A23_R
	bool "Support for the Allwinner A23 and A33 R-PIO"
	default CONFIG_MACH_SUN8I
	depends on CONFIG_RESET_CONTROLLER
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN8I_H3
	bool "Support for the Allwinner H3 PIO"
	default CONFIG_MACH_SUN8I
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN8I_H3_R
	bool "Support for the Allwinner H3 and H5 R-PIO"
	default CONFIG_MACH_SUN8I || (CONFIG_ARM64 && CONFIG_ARCH_SUNXI)
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN8I_V3S
	bool "Support for the Allwinner V3s PIO"
	default CONFIG_MACH_SUN8I
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN9I_A80
	bool "Support for the Allwinner A80 PIO"
	default CONFIG_MACH_SUN9I
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN9I_A80_R
	bool "Support for the Allwinner A80 R-PIO"
	default CONFIG_MACH_SUN9I
	depends on CONFIG_RESET_CONTROLLER
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN50I_A64
	bool "Support for the Allwinner A64 PIO"
	default CONFIG_ARM64 && CONFIG_ARCH_SUNXI
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN50I_A64_R
	bool "Support for the Allwinner A64 R-PIO"
	default CONFIG_ARM64 && CONFIG_ARCH_SUNXI
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN50I_H5
	bool "Support for the Allwinner H5 PIO"
	default CONFIG_ARM64 && CONFIG_ARCH_SUNXI
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN50I_H6
	bool "Support for the Allwinner H6 PIO"
	default CONFIG_ARM64 && CONFIG_ARCH_SUNXI
	select CONFIG_PINCTRL_SUNXI

config CONFIG_PINCTRL_SUN50I_H6_R
	bool "Support for the Allwinner H6 R-PIO"
	default CONFIG_ARM64 && CONFIG_ARCH_SUNXI
	select CONFIG_PINCTRL_SUNXI

endif