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
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
	select CONFIG_PCI_DOMAINS_GENERIC if CONFIG_PCI
	select CONFIG_ARM_ERRATA_754322
	select CONFIG_ARM_ERRATA_764369 if CONFIG_SMP
	select CONFIG_ARM_ERRATA_775420
	select CONFIG_PL310_ERRATA_588369
	select CONFIG_PL310_ERRATA_727915
	select CONFIG_PL310_ERRATA_753970 if PL310
	select CONFIG_PL310_ERRATA_769419

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