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_SOCFPGA
	bool "Altera SOCFPGA family"
	depends on CONFIG_ARCH_MULTI_V7
	select CONFIG_ARCH_SUPPORTS_BIG_ENDIAN
	select CONFIG_ARM_AMBA
	select CONFIG_ARM_GIC
	select CONFIG_CACHE_L2X0
	select CONFIG_DW_APB_TIMER_OF
	select CONFIG_GPIO_PL061 if CONFIG_GPIOLIB
	select CONFIG_HAVE_ARM_SCU
	select CONFIG_HAVE_ARM_TWD if CONFIG_SMP
	select CONFIG_MFD_SYSCON

if CONFIG_ARCH_SOCFPGA
config CONFIG_SOCFPGA_SUSPEND
	bool "Suspend to RAM on SOCFPGA"
	help
	  Select this if you want to enable Suspend-to-RAM on SOCFPGA
	  platforms.
endif