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
menuconfig CONFIG_ARCH_MILBEAUT
	bool "Socionext Milbeaut SoCs"
	depends on CONFIG_ARCH_MULTI_V7
	select CONFIG_ARM_GIC
	help
	  This enables support for Socionext Milbeaut SoCs

if CONFIG_ARCH_MILBEAUT

config CONFIG_ARCH_MILBEAUT_M10V
	bool "Milbeaut SC2000/M10V platform"
	select CONFIG_ARM_ARCH_TIMER
	select CONFIG_MILBEAUT_TIMER
	select CONFIG_PINCTRL
	select PINCTRL_MILBEAUT
	help
	  Support for Socionext's MILBEAUT M10V based systems

endif