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

menuconfig CONFIG_ARCH_ARTPEC
	bool "Axis Communications ARM based ARTPEC SoCs"
	depends on CONFIG_ARCH_MULTI_V7

if CONFIG_ARCH_ARTPEC

config CONFIG_MACH_ARTPEC6
	bool "Axis ARTPEC-6 ARM Cortex A9 Platform"
	depends on CONFIG_ARCH_MULTI_V7
	select CONFIG_ARM_AMBA
	select CONFIG_ARM_GIC
	select CONFIG_ARM_GLOBAL_TIMER
	select CONFIG_ARM_PSCI
	select CONFIG_HAVE_ARM_ARCH_TIMER
	select CONFIG_HAVE_ARM_SCU
	select CONFIG_HAVE_ARM_TWD if CONFIG_SMP
	select CONFIG_MFD_SYSCON
	help
	  Support for Axis ARTPEC-6 CONFIG_ARM Cortex A9 Platform

endif