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

if CONFIG_ARCH_STM32 || CONFIG_COMPILE_TEST

config CONFIG_PINCTRL_STM32
	bool
	depends on CONFIG_OF
	select CONFIG_PINMUX
	select CONFIG_GENERIC_PINCONF
	select CONFIG_GPIOLIB
	select CONFIG_MFD_SYSCON

config CONFIG_PINCTRL_STM32F429
	bool "STMicroelectronics STM32F429 pin control" if CONFIG_COMPILE_TEST && !CONFIG_MACH_STM32F429
	depends on CONFIG_OF && CONFIG_IRQ_DOMAIN_HIERARCHY
	default CONFIG_MACH_STM32F429
	select CONFIG_PINCTRL_STM32

config CONFIG_PINCTRL_STM32F746
	bool "STMicroelectronics STM32F746 pin control" if CONFIG_COMPILE_TEST && !CONFIG_MACH_STM32F746
	depends on CONFIG_OF && CONFIG_IRQ_DOMAIN_HIERARCHY
	default CONFIG_MACH_STM32F746
	select CONFIG_PINCTRL_STM32

endif